Html Css Color HEX #556821 Dark Olive Green

📋 copy color: '#556821'

red 85 ◦ green 104 ◦ blue 33

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

Shades of Dark Olive Green #556821

Tints of Dark Olive Green #556821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.86%

R = 38.29%
G = 46.85%
B = 14.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#556821 (or 0x556821) is known color: Dark Olive Green. HEX triplet: 55, 68 and 21. RGB value is (85,104,33). Sum of RGB (Red+Green+Blue) = 85+104+33=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #556821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556821 is #AA97DE. Grayscale: #5A5A5A. Windows color (decimal): -11179999 or 2189397. OLE color: 2189397.

HSL color Cylindrical-coordinate representation of color #556821: hue angle of 76.06º degrees, saturation: 0.52, 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 #556821 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 33 -
CMYK 0.18 0 0.68 0.59
HSL 76.06º 0.52% 0.27% -
HSV(B) 76.06º 0.68% 0.41% -
XYZ 8.97 11.94 3.27 -
YUV 90.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 85 104 33 0.18 0 0.68 0.59 76.06 0.52 0.27
Hex 55 68 21 12 0 44 3B 4C 34 1B
Octal 125 150 41 22 0 104 73 114 64 33
Binary 1010101 1101000 100001 10010 0 1000100 111011 1001100 110100 11011

Color Harmonies of #556821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556821

Black with #556821

Text Example


Text Example

White with #556821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556821; }

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

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

background-color css

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

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

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

border-color css

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

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

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