Html Css Color HEX #556B21 Dark Olive Green

📋 copy color: '#556B21'

red 85 ◦ green 107 ◦ blue 33

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

Shades of Dark Olive Green #556B21

Tints of Dark Olive Green #556B21

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.56%

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

R = 37.78%
G = 47.56%
B = 14.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#556B21 (or 0x556B21) is known color: Dark Olive Green. HEX triplet: 55, 6B and 21. RGB value is (85,107,33). Sum of RGB (Red+Green+Blue) = 85+107+33=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #556B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B21 is #AA94DE. Grayscale: #5C5C5C. Windows color (decimal): -11179231 or 2190165. OLE color: 2190165.

HSL color Cylindrical-coordinate representation of color #556B21: hue angle of 77.84º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #556B21 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 107 33 -
CMYK 0.21 0 0.69 0.58
HSL 77.84º 0.53% 0.27% -
HSV(B) 77.84º 0.69% 0.42% -
XYZ 9.28 12.56 3.37 -
YUV 91.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 85 107 33 0.21 0 0.69 0.58 77.84 0.53 0.27
Hex 55 6B 21 15 0 45 3A 4E 35 1B
Octal 125 153 41 25 0 105 72 116 65 33
Binary 1010101 1101011 100001 10101 0 1000101 111010 1001110 110101 11011

Color Harmonies of #556B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B21

Black with #556B21

Text Example


Text Example

White with #556B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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