Html Css Color HEX #556922 Dark Olive Green

📋 copy color: '#556922'

red 85 ◦ green 105 ◦ blue 34

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

Shades of Dark Olive Green #556922

Tints of Dark Olive Green #556922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.18%

R = 37.95%
G = 46.88%
B = 15.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#556922 (or 0x556922) is known color: Dark Olive Green. HEX triplet: 55, 69 and 22. RGB value is (85,105,34). Sum of RGB (Red+Green+Blue) = 85+105+34=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #556922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556922 is #AA96DD. Grayscale: #5B5B5B. Windows color (decimal): -11179742 or 2255189. OLE color: 2255189.

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

Color convert

RGB 85 105 34 -
CMYK 0.19 0 0.68 0.59
HSL 76.9º 0.51% 0.27% -
HSV(B) 76.9º 0.68% 0.41% -
XYZ 9.09 12.15 3.38 -
YUV 90.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 85 105 34 0.19 0 0.68 0.59 76.9 0.51 0.27
Hex 55 69 22 13 0 44 3B 4D 33 1B
Octal 125 151 42 23 0 104 73 115 63 33
Binary 1010101 1101001 100010 10011 0 1000100 111011 1001101 110011 11011

Color Harmonies of #556922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556922

Black with #556922

Text Example


Text Example

White with #556922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556922; }

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

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

background-color css

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

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

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

border-color css

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

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

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