Shades of Verdigris #5F6044
Tints of Verdigris #5F6044
RGB
CMYK
RGB Variations
Color information
#5F6044 (or 0x5F6044) is known color: Verdigris. HEX triplet: 5F, 60 and 44. RGB value is (95,96,68). Sum of RGB (Red+Green+Blue) = 95+96+68=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6044 is #A09FBB. Grayscale: #5C5C5C. Windows color (decimal): -10526652 or 4481119. OLE color: 4481119.
HSL color Cylindrical-coordinate representation of color #5F6044: hue angle of 62.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F6044 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 68 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.62 |
| HSL | 62.14º | 0.17% | 0.32% | - |
| HSV(B) | 62.14º | 0.29% | 0.38% | - |
| XYZ | 9.95 | 11.22 | 7.11 | - |
| YUV | 92.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 68 | 0.01 | 0 | 0.29 | 0.62 | 62.14 | 0.17 | 0.32 |
| Hex | 5F | 60 | 44 | 1 | 0 | 1D | 3E | 3E | 11 | 20 |
| Octal | 137 | 140 | 104 | 1 | 0 | 35 | 76 | 76 | 21 | 40 |
| Binary | 1011111 | 1100000 | 1000100 | 1 | 0 | 11101 | 111110 | 111110 | 10001 | 100000 |
Color Harmonies of #5F6044
Complementary color
Monochromatic Colors of #5F6044
Black with #5F6044
Text Example
Text Example
White with #5F6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6044; }
p { color: rgb(95,96,68); }
H1.HeaderClassName
{
color: #5F6044;
}
.AnyTagClassName
{
color: #5F6044;
}
</style>
background-color css
<style>
a { background-color: #5F6044; }
a { background-color: rgb(95,96,68); }
div.DivClassName
{
background-color: #5F6044;
}
.BgClassName
{
background-color: #5F6044;
}
</style>
border-color css
<style>
span { border-color: #5F6044; }
span { border-color: rgb(95,96,68); }
td.TdClassName
{
border-color: #5F6044;
}
.TagClassName
{
border-color: #5F6044;
}
</style>