#536019

Color #536019 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #536019

Tints of Army green #536019

Color information

#536019 (or 0x536019) is unknown color: approx Army green. HEX triplet: 53, 60 and 19. RGB value is (83,96,25). Sum of RGB (Red+Green+Blue) = 83+96+25=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #536019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536019 is #AC9FE6. Grayscale: #545454. Windows color (decimal): -11313127 or 1663059. OLE color: 1663059.

HSL color Cylindrical-coordinate representation of color #536019: hue angle of 70.99º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #536019 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB839625-
CMYK0.1400.740.62
HSL70.99º58.68%23.73%-
HSV(B)70.99º73.96%37.65%-
XYZ7.9310.272.49-
YUV84.0294.69127.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 25 (10.16% from 255) = 12.25%
R=40.69%
G=47.06%
B=12.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396250.1400.740.6270.9958.6823.73
Hex536019E04A3E473b18
Octal12314031160112761077330
Binary1010011110000011001111001001010111110100011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536019; }

 p { color: rgb(83,96,25); }

 H1.HeaderClassName
 {
   color: #536019;
 }
 .AnyTagClassName
 {
   color: #536019;
 }
</style>
background-color css

<style>
 a { background-color: #536019; }

 a { background-color: rgb(83,96,25); }

 div.DivClassName
 {
   background-color: #536019;
 }
 .BgClassName
 {
   background-color: #536019;
 }
</style>
border-color css

<style>
 span { border-color: #536019; }

 span { border-color: rgb(83,96,25); }

 td.TdClassName
 {
   border-color: #536019;
 }
 .TagClassName
 {
   border-color: #536019;
 }
</style>