Shades of Verdigris #5F6039
Tints of Verdigris #5F6039
RGB
CMYK
RGB Variations
Color information
#5F6039 (or 0x5F6039) is known color: Verdigris. HEX triplet: 5F, 60 and 39. RGB value is (95,96,57). Sum of RGB (Red+Green+Blue) = 95+96+57=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6039 is #A09FC6. Grayscale: #5B5B5B. Windows color (decimal): -10526663 or 3760223. OLE color: 3760223.
HSL color Cylindrical-coordinate representation of color #5F6039: hue angle of 61.54º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F6039 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 57 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.62 |
| HSL | 61.54º | 0.25% | 0.3% | - |
| HSV(B) | 61.54º | 0.41% | 0.38% | - |
| XYZ | 9.64 | 11.09 | 5.5 | - |
| YUV | 91.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 57 | 0.01 | 0 | 0.41 | 0.62 | 61.54 | 0.25 | 0.3 |
| Hex | 5F | 60 | 39 | 1 | 0 | 29 | 3E | 3E | 19 | 1E |
| Octal | 137 | 140 | 71 | 1 | 0 | 51 | 76 | 76 | 31 | 36 |
| Binary | 1011111 | 1100000 | 111001 | 1 | 0 | 101001 | 111110 | 111110 | 11001 | 11110 |
Color Harmonies of #5F6039
Complementary color
Monochromatic Colors of #5F6039
Black with #5F6039
Text Example
Text Example
White with #5F6039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6039; }
p { color: rgb(95,96,57); }
H1.HeaderClassName
{
color: #5F6039;
}
.AnyTagClassName
{
color: #5F6039;
}
</style>
background-color css
<style>
a { background-color: #5F6039; }
a { background-color: rgb(95,96,57); }
div.DivClassName
{
background-color: #5F6039;
}
.BgClassName
{
background-color: #5F6039;
}
</style>
border-color css
<style>
span { border-color: #5F6039; }
span { border-color: rgb(95,96,57); }
td.TdClassName
{
border-color: #5F6039;
}
.TagClassName
{
border-color: #5F6039;
}
</style>