Html Css Color HEX #575512 Army green

📋 copy color: '#575512'

red 87 ◦ green 85 ◦ blue 18

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

Shades of Army green #575512

Tints of Army green #575512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.74%

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

R = 45.79%
G = 44.74%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#575512 (or 0x575512) is known color: Army green. HEX triplet: 57, 55 and 12. RGB value is (87,85,18). Sum of RGB (Red+Green+Blue) = 87+85+18=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #575512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575512 is #A8AAED. Grayscale: #4E4E4E. Windows color (decimal): -11053806 or 1201495. OLE color: 1201495.

HSL color Cylindrical-coordinate representation of color #575512: hue angle of 58.26º 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 #575512 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 18 -
CMYK 0 0.02 0.79 0.66
HSL 58.26º 0.66% 0.21% -
HSV(B) 58.26º 0.79% 0.34% -
XYZ 7.29 8.57 1.84 -
YUV 77.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 87 85 18 0 0.02 0.79 0.66 58.26 0.66 0.21
Hex 57 55 12 0 2 4F 42 3A 42 15
Octal 127 125 22 0 2 117 102 72 102 25
Binary 1010111 1010101 10010 0 10 1001111 1000010 111010 1000010 10101

Color Harmonies of #575512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575512

Black with #575512

Text Example


Text Example

White with #575512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575512; }

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

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

background-color css

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

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

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

border-color css

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

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

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