Shades of Verdigris #5F6043
Tints of Verdigris #5F6043
RGB
CMYK
RGB Variations
Color information
#5F6043 (or 0x5F6043) is known color: Verdigris. HEX triplet: 5F, 60 and 43. RGB value is (95,96,67). Sum of RGB (Red+Green+Blue) = 95+96+67=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6043 is #A09FBC. Grayscale: #5C5C5C. Windows color (decimal): -10526653 or 4415583. OLE color: 4415583.
HSL color Cylindrical-coordinate representation of color #5F6043: hue angle of 62.07º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F6043 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 67 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.62 |
| HSL | 62.07º | 0.18% | 0.32% | - |
| HSV(B) | 62.07º | 0.3% | 0.38% | - |
| XYZ | 9.92 | 11.2 | 6.95 | - |
| YUV | 92.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 67 | 0.01 | 0 | 0.30 | 0.62 | 62.07 | 0.18 | 0.32 |
| Hex | 5F | 60 | 43 | 1 | 0 | 1E | 3E | 3E | 12 | 20 |
| Octal | 137 | 140 | 103 | 1 | 0 | 36 | 76 | 76 | 22 | 40 |
| Binary | 1011111 | 1100000 | 1000011 | 1 | 0 | 11110 | 111110 | 111110 | 10010 | 100000 |
Color Harmonies of #5F6043
Complementary color
Monochromatic Colors of #5F6043
Black with #5F6043
Text Example
Text Example
White with #5F6043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6043; }
p { color: rgb(95,96,67); }
H1.HeaderClassName
{
color: #5F6043;
}
.AnyTagClassName
{
color: #5F6043;
}
</style>
background-color css
<style>
a { background-color: #5F6043; }
a { background-color: rgb(95,96,67); }
div.DivClassName
{
background-color: #5F6043;
}
.BgClassName
{
background-color: #5F6043;
}
</style>
border-color css
<style>
span { border-color: #5F6043; }
span { border-color: rgb(95,96,67); }
td.TdClassName
{
border-color: #5F6043;
}
.TagClassName
{
border-color: #5F6043;
}
</style>