Html Css Color HEX #555712 Army green

📋 copy color: '#555712'

red 85 ◦ green 87 ◦ blue 18

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

Shades of Army green #555712

Tints of Army green #555712

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

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

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

Color convert

RGB 85 87 18 -
CMYK 0.02 0 0.79 0.66
HSL 61.74º 0.66% 0.21% -
HSV(B) 61.74º 0.79% 0.34% -
XYZ 7.26 8.79 1.89 -
YUV 78.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 85 87 18 0.02 0 0.79 0.66 61.74 0.66 0.21
Hex 55 57 12 2 0 4F 42 3E 42 15
Octal 125 127 22 2 0 117 102 76 102 25
Binary 1010101 1010111 10010 10 0 1001111 1000010 111110 1000010 10101

Color Harmonies of #555712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555712

Black with #555712

Text Example


Text Example

White with #555712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555712; }

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

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

background-color css

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

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

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

border-color css

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

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

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