Html Css Color HEX #556824 Dark Olive Green

📋 copy color: '#556824'

red 85 ◦ green 104 ◦ blue 36

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

Shades of Dark Olive Green #556824

Tints of Dark Olive Green #556824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

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

R = 37.78%
G = 46.22%
B = 16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#556824 (or 0x556824) is known color: Dark Olive Green. HEX triplet: 55, 68 and 24. RGB value is (85,104,36). Sum of RGB (Red+Green+Blue) = 85+104+36=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #556824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556824 is #AA97DB. Grayscale: #5A5A5A. Windows color (decimal): -11179996 or 2386005. OLE color: 2386005.

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

Color convert

RGB 85 104 36 -
CMYK 0.18 0 0.65 0.59
HSL 76.76º 0.49% 0.27% -
HSV(B) 76.76º 0.65% 0.41% -
XYZ 9.02 11.96 3.5 -
YUV 90.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 85 104 36 0.18 0 0.65 0.59 76.76 0.49 0.27
Hex 55 68 24 12 0 41 3B 4D 31 1B
Octal 125 150 44 22 0 101 73 115 61 33
Binary 1010101 1101000 100100 10010 0 1000001 111011 1001101 110001 11011

Color Harmonies of #556824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556824

Black with #556824

Text Example


Text Example

White with #556824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556824; }

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

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

background-color css

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

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

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

border-color css

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

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

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