Shades of Viridian Green #556460
Tints of Viridian Green #556460
RGB
CMYK
RGB Variations
Color information
#556460 (or 0x556460) is known color: Viridian Green. HEX triplet: 55, 64 and 60. RGB value is (85,100,96). Sum of RGB (Red+Green+Blue) = 85+100+96=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 100 - color contains mainly: green. Hex color #556460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556460 is #AA9B9F. Grayscale: #5F5F5F. Windows color (decimal): -11180960 or 6317141. OLE color: 6317141.
HSL color Cylindrical-coordinate representation of color #556460: hue angle of 164º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556460 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 96 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.61 |
| HSL | 164º | 0.08% | 0.36% | - |
| HSV(B) | 164º | 0.15% | 0.39% | - |
| XYZ | 10.41 | 11.89 | 12.81 | - |
| YUV | 95.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 96 | 0.15 | 0 | 0.04 | 0.61 | 164 | 0.08 | 0.36 |
| Hex | 55 | 64 | 60 | F | 0 | 4 | 3D | A4 | 8 | 24 |
| Octal | 125 | 144 | 140 | 17 | 0 | 4 | 75 | 244 | 10 | 44 |
| Binary | 1010101 | 1100100 | 1100000 | 1111 | 0 | 100 | 111101 | 10100100 | 1000 | 100100 |
Color Harmonies of #556460
Complementary color
Monochromatic Colors of #556460
Black with #556460
Text Example
Text Example
White with #556460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556460; }
p { color: rgb(85,100,96); }
H1.HeaderClassName
{
color: #556460;
}
.AnyTagClassName
{
color: #556460;
}
</style>
background-color css
<style>
a { background-color: #556460; }
a { background-color: rgb(85,100,96); }
div.DivClassName
{
background-color: #556460;
}
.BgClassName
{
background-color: #556460;
}
</style>
border-color css
<style>
span { border-color: #556460; }
span { border-color: rgb(85,100,96); }
td.TdClassName
{
border-color: #556460;
}
.TagClassName
{
border-color: #556460;
}
</style>