Shades of Verdigris #5F5F4A
Tints of Verdigris #5F5F4A
RGB
CMYK
RGB Variations
Color information
#5F5F4A (or 0x5F5F4A) is known color: Verdigris. HEX triplet: 5F, 5F and 4A. RGB value is (95,95,74). Sum of RGB (Red+Green+Blue) = 95+95+74=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 95 - color contains mainly: red, green. Hex color #5F5F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5F4A is #A0A0B5. Grayscale: #5C5C5C. Windows color (decimal): -10526902 or 4874079. OLE color: 4874079.
HSL color Cylindrical-coordinate representation of color #5F5F4A: hue angle of 60º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F5F4A is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 95 | 74 | - |
| CMYK | 0 | 0 | 0.22 | 0.63 |
| HSL | 60º | 0.12% | 0.33% | - |
| HSV(B) | 60º | 0.22% | 0.37% | - |
| XYZ | 10.05 | 11.11 | 8.09 | - |
| YUV | 92.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 95 | 74 | 0 | 0 | 0.22 | 0.63 | 60 | 0.12 | 0.33 |
| Hex | 5F | 5F | 4A | 0 | 0 | 16 | 3F | 3C | C | 21 |
| Octal | 137 | 137 | 112 | 0 | 0 | 26 | 77 | 74 | 14 | 41 |
| Binary | 1011111 | 1011111 | 1001010 | 0 | 0 | 10110 | 111111 | 111100 | 1100 | 100001 |
Color Harmonies of #5F5F4A
Complementary color
Monochromatic Colors of #5F5F4A
Black with #5F5F4A
Text Example
Text Example
White with #5F5F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5F4A; }
p { color: rgb(95,95,74); }
H1.HeaderClassName
{
color: #5F5F4A;
}
.AnyTagClassName
{
color: #5F5F4A;
}
</style>
background-color css
<style>
a { background-color: #5F5F4A; }
a { background-color: rgb(95,95,74); }
div.DivClassName
{
background-color: #5F5F4A;
}
.BgClassName
{
background-color: #5F5F4A;
}
</style>
border-color css
<style>
span { border-color: #5F5F4A; }
span { border-color: rgb(95,95,74); }
td.TdClassName
{
border-color: #5F5F4A;
}
.TagClassName
{
border-color: #5F5F4A;
}
</style>