Html Css Color HEX #556628 Dark Olive Green

📋 copy color: '#556628'

red 85 ◦ green 102 ◦ blue 40

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

Shades of Dark Olive Green #556628

Tints of Dark Olive Green #556628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 37.44%
G = 44.93%
B = 17.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#556628 (or 0x556628) is known color: Dark Olive Green. HEX triplet: 55, 66 and 28. RGB value is (85,102,40). Sum of RGB (Red+Green+Blue) = 85+102+40=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #556628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556628 is #AA99D7. Grayscale: #5A5A5A. Windows color (decimal): -11180504 or 2647637. OLE color: 2647637.

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

Color convert

RGB 85 102 40 -
CMYK 0.17 0 0.61 0.6
HSL 76.45º 0.44% 0.28% -
HSV(B) 76.45º 0.61% 0.4% -
XYZ 8.88 11.59 3.78 -
YUV 89.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 85 102 40 0.17 0 0.61 0.6 76.45 0.44 0.28
Hex 55 66 28 11 0 3D 3C 4C 2C 1C
Octal 125 146 50 21 0 75 74 114 54 34
Binary 1010101 1100110 101000 10001 0 111101 111100 1001100 101100 11100

Color Harmonies of #556628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556628

Black with #556628

Text Example


Text Example

White with #556628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556628; }

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

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

background-color css

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

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

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

border-color css

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

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

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