Html Css Color HEX #575412 Army green

📋 copy color: '#575412'

red 87 ◦ green 84 ◦ blue 18

#575412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #575412

Tints of Army green #575412

RGB

 RED value IS 87 (34.38% from 255) = 46.03%

 GREEN value IS 84 (33.2% from 255) = 44.44%

 BLUE value IS 18 (7.42% from 255) = 9.52%

R = 46.03%
G = 44.44%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#575412 (or 0x575412) is known color: Army green. HEX triplet: 57, 54 and 12. RGB value is (87,84,18). Sum of RGB (Red+Green+Blue) = 87+84+18=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #575412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575412 is #A8ABED. Grayscale: #4D4D4D. Windows color (decimal): -11054062 or 1201239. OLE color: 1201239.

HSL color Cylindrical-coordinate representation of color #575412: hue angle of 57.39º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #575412 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 84 18 -
CMYK 0 0.03 0.79 0.66
HSL 57.39º 0.66% 0.21% -
HSV(B) 57.39º 0.79% 0.34% -
XYZ 7.21 8.41 1.82 -
YUV 77.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 87 84 18 0 0.03 0.79 0.66 57.39 0.66 0.21
Hex 57 54 12 0 3 4F 42 39 42 15
Octal 127 124 22 0 3 117 102 71 102 25
Binary 1010111 1010100 10010 0 11 1001111 1000010 111001 1000010 10101

Color Harmonies of #575412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575412

Black with #575412

Text Example


Text Example

White with #575412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575412; }

 p { color: rgb(87,84,18); }

 H1.HeaderClassName
 {
   color: #575412;
 }
 .AnyTagClassName
 {
   color: #575412;
 }
</style>

background-color css

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

 a { background-color: rgb(87,84,18); }

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

border-color css

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

 span { border-color: rgb(87,84,18); }

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