Html Css Color HEX #556629 Dark Olive Green

📋 copy color: '#556629'

red 85 ◦ green 102 ◦ blue 41

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

Shades of Dark Olive Green #556629

Tints of Dark Olive Green #556629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.74%

 BLUE value IS 41 (16.41% from 255) = 17.98%

R = 37.28%
G = 44.74%
B = 17.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#556629 (or 0x556629) is known color: Dark Olive Green. HEX triplet: 55, 66 and 29. RGB value is (85,102,41). Sum of RGB (Red+Green+Blue) = 85+102+41=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #556629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556629 is #AA99D6. Grayscale: #5A5A5A. Windows color (decimal): -11180503 or 2713173. OLE color: 2713173.

HSL color Cylindrical-coordinate representation of color #556629: hue angle of 76.72º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #556629 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 41 -
CMYK 0.17 0 0.60 0.6
HSL 76.72º 0.43% 0.28% -
HSV(B) 76.72º 0.6% 0.4% -
XYZ 8.9 11.59 3.87 -
YUV 89.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 85 102 41 0.17 0 0.60 0.6 76.72 0.43 0.28
Hex 55 66 29 11 0 3C 3C 4D 2B 1C
Octal 125 146 51 21 0 74 74 115 53 34
Binary 1010101 1100110 101001 10001 0 111100 111100 1001101 101011 11100

Color Harmonies of #556629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556629

Black with #556629

Text Example


Text Example

White with #556629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556629; }

 p { color: rgb(85,102,41); }

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

background-color css

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

 a { background-color: rgb(85,102,41); }

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

border-color css

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

 span { border-color: rgb(85,102,41); }

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