Shades of Dark Olive Green #556430
Tints of Dark Olive Green #556430
RGB
CMYK
RGB Variations
Color information
#556430 (or 0x556430) is known color: Dark Olive Green. HEX triplet: 55, 64 and 30. RGB value is (85,100,48). Sum of RGB (Red+Green+Blue) = 85+100+48=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #556430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556430 is #AA9BCF. Grayscale: #595959. Windows color (decimal): -11181008 or 3171413. OLE color: 3171413.
HSL color Cylindrical-coordinate representation of color #556430: hue angle of 77.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #556430 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 48 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.61 |
| HSL | 77.31º | 0.35% | 0.29% | - |
| HSV(B) | 77.31º | 0.52% | 0.39% | - |
| XYZ | 8.84 | 11.26 | 4.5 | - |
| YUV | 89.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 48 | 0.15 | 0 | 0.52 | 0.61 | 77.31 | 0.35 | 0.29 |
| Hex | 55 | 64 | 30 | F | 0 | 34 | 3D | 4D | 23 | 1D |
| Octal | 125 | 144 | 60 | 17 | 0 | 64 | 75 | 115 | 43 | 35 |
| Binary | 1010101 | 1100100 | 110000 | 1111 | 0 | 110100 | 111101 | 1001101 | 100011 | 11101 |
Color Harmonies of #556430
Complementary color
Monochromatic Colors of #556430
Black with #556430
Text Example
Text Example
White with #556430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556430; }
p { color: rgb(85,100,48); }
H1.HeaderClassName
{
color: #556430;
}
.AnyTagClassName
{
color: #556430;
}
</style>
background-color css
<style>
a { background-color: #556430; }
a { background-color: rgb(85,100,48); }
div.DivClassName
{
background-color: #556430;
}
.BgClassName
{
background-color: #556430;
}
</style>
border-color css
<style>
span { border-color: #556430; }
span { border-color: rgb(85,100,48); }
td.TdClassName
{
border-color: #556430;
}
.TagClassName
{
border-color: #556430;
}
</style>