Html Css Color HEX #556431 Dark Olive Green

📋 copy color: '#556431'

red 85 ◦ green 100 ◦ blue 49

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

Shades of Dark Olive Green #556431

Tints of Dark Olive Green #556431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 36.32%
G = 42.74%
B = 20.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#556431 (or 0x556431) is known color: Dark Olive Green. HEX triplet: 55, 64 and 31. RGB value is (85,100,49). Sum of RGB (Red+Green+Blue) = 85+100+49=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #556431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556431 is #AA9BCE. Grayscale: #595959. Windows color (decimal): -11181007 or 3236949. OLE color: 3236949.

HSL color Cylindrical-coordinate representation of color #556431: hue angle of 77.65º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #556431 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 49 -
CMYK 0.15 0 0.51 0.61
HSL 77.65º 0.34% 0.29% -
HSV(B) 77.65º 0.51% 0.39% -
XYZ 8.86 11.27 4.61 -
YUV 89.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 85 100 49 0.15 0 0.51 0.61 77.65 0.34 0.29
Hex 55 64 31 F 0 33 3D 4E 22 1D
Octal 125 144 61 17 0 63 75 116 42 35
Binary 1010101 1100100 110001 1111 0 110011 111101 1001110 100010 11101

Color Harmonies of #556431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556431

Black with #556431

Text Example


Text Example

White with #556431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556431; }

 p { color: rgb(85,100,49); }

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

background-color css

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

 a { background-color: rgb(85,100,49); }

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

border-color css

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

 span { border-color: rgb(85,100,49); }

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