Shades of Verdigris #5F613A
Tints of Verdigris #5F613A
RGB
CMYK
RGB Variations
Color information
#5F613A (or 0x5F613A) is known color: Verdigris. HEX triplet: 5F, 61 and 3A. RGB value is (95,97,58). Sum of RGB (Red+Green+Blue) = 95+97+58=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #5F613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F613A is #A09EC5. Grayscale: #5C5C5C. Windows color (decimal): -10526406 or 3826015. OLE color: 3826015.
HSL color Cylindrical-coordinate representation of color #5F613A: hue angle of 63.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F613A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 97 | 58 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.62 |
| HSL | 63.08º | 0.25% | 0.3% | - |
| HSV(B) | 63.08º | 0.4% | 0.38% | - |
| XYZ | 9.76 | 11.29 | 5.67 | - |
| YUV | 91.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 97 | 58 | 0.02 | 0 | 0.40 | 0.62 | 63.08 | 0.25 | 0.3 |
| Hex | 5F | 61 | 3A | 2 | 0 | 28 | 3E | 3F | 19 | 1E |
| Octal | 137 | 141 | 72 | 2 | 0 | 50 | 76 | 77 | 31 | 36 |
| Binary | 1011111 | 1100001 | 111010 | 10 | 0 | 101000 | 111110 | 111111 | 11001 | 11110 |
Color Harmonies of #5F613A
Complementary color
Monochromatic Colors of #5F613A
Black with #5F613A
Text Example
Text Example
White with #5F613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F613A; }
p { color: rgb(95,97,58); }
H1.HeaderClassName
{
color: #5F613A;
}
.AnyTagClassName
{
color: #5F613A;
}
</style>
background-color css
<style>
a { background-color: #5F613A; }
a { background-color: rgb(95,97,58); }
div.DivClassName
{
background-color: #5F613A;
}
.BgClassName
{
background-color: #5F613A;
}
</style>
border-color css
<style>
span { border-color: #5F613A; }
span { border-color: rgb(95,97,58); }
td.TdClassName
{
border-color: #5F613A;
}
.TagClassName
{
border-color: #5F613A;
}
</style>