Html Css Color HEX #555612 Army green

📋 copy color: '#555612'

red 85 ◦ green 86 ◦ blue 18

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

Shades of Army green #555612

Tints of Army green #555612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.5%

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

R = 44.97%
G = 45.5%
B = 9.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#555612 (or 0x555612) is known color: Army green. HEX triplet: 55, 56 and 12. RGB value is (85,86,18). Sum of RGB (Red+Green+Blue) = 85+86+18=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #555612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555612 is #AAA9ED. Grayscale: #4E4E4E. Windows color (decimal): -11184622 or 1201749. OLE color: 1201749.

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

Color convert

RGB 85 86 18 -
CMYK 0.01 0 0.79 0.66
HSL 60.88º 0.65% 0.2% -
HSV(B) 60.88º 0.79% 0.34% -
XYZ 7.18 8.63 1.86 -
YUV 77.95 94.17 133.03 -
System Red Green Blue C M Y K H S L
Decimal 85 86 18 0.01 0 0.79 0.66 60.88 0.65 0.2
Hex 55 56 12 1 0 4F 42 3D 41 14
Octal 125 126 22 1 0 117 102 75 101 24
Binary 1010101 1010110 10010 1 0 1001111 1000010 111101 1000001 10100

Color Harmonies of #555612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555612

Black with #555612

Text Example


Text Example

White with #555612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555612; }

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

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

background-color css

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

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

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

border-color css

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

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

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