Html Css Color HEX #556924 Dark Olive Green

📋 copy color: '#556924'

red 85 ◦ green 105 ◦ blue 36

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

Shades of Dark Olive Green #556924

Tints of Dark Olive Green #556924

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

 BLUE value IS 36 (14.45% from 255) = 15.93%

R = 37.61%
G = 46.46%
B = 15.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#556924 (or 0x556924) is known color: Dark Olive Green. HEX triplet: 55, 69 and 24. RGB value is (85,105,36). Sum of RGB (Red+Green+Blue) = 85+105+36=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #556924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556924 is #AA96DB. Grayscale: #5B5B5B. Windows color (decimal): -11179740 or 2386261. OLE color: 2386261.

HSL color Cylindrical-coordinate representation of color #556924: hue angle of 77.39º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #556924 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 36 -
CMYK 0.19 0 0.66 0.59
HSL 77.39º 0.49% 0.28% -
HSV(B) 77.39º 0.66% 0.41% -
XYZ 9.12 12.16 3.54 -
YUV 91.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 85 105 36 0.19 0 0.66 0.59 77.39 0.49 0.28
Hex 55 69 24 13 0 42 3B 4D 31 1C
Octal 125 151 44 23 0 102 73 115 61 34
Binary 1010101 1101001 100100 10011 0 1000010 111011 1001101 110001 11100

Color Harmonies of #556924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556924

Black with #556924

Text Example


Text Example

White with #556924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556924; }

 p { color: rgb(85,105,36); }

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

background-color css

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

 a { background-color: rgb(85,105,36); }

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

border-color css

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

 span { border-color: rgb(85,105,36); }

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