Shades of Verdigris #5F603C
Tints of Verdigris #5F603C
RGB
CMYK
RGB Variations
Color information
#5F603C (or 0x5F603C) is known color: Verdigris. HEX triplet: 5F, 60 and 3C. RGB value is (95,96,60). Sum of RGB (Red+Green+Blue) = 95+96+60=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #5F603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F603C is #A09FC3. Grayscale: #5B5B5B. Windows color (decimal): -10526660 or 3956831. OLE color: 3956831.
HSL color Cylindrical-coordinate representation of color #5F603C: hue angle of 61.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F603C is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 60 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.62 |
| HSL | 61.67º | 0.23% | 0.31% | - |
| HSV(B) | 61.67º | 0.38% | 0.38% | - |
| XYZ | 9.72 | 11.12 | 5.91 | - |
| YUV | 91.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 60 | 0.01 | 0 | 0.38 | 0.62 | 61.67 | 0.23 | 0.31 |
| Hex | 5F | 60 | 3C | 1 | 0 | 26 | 3E | 3E | 17 | 1F |
| Octal | 137 | 140 | 74 | 1 | 0 | 46 | 76 | 76 | 27 | 37 |
| Binary | 1011111 | 1100000 | 111100 | 1 | 0 | 100110 | 111110 | 111110 | 10111 | 11111 |
Color Harmonies of #5F603C
Complementary color
Monochromatic Colors of #5F603C
Black with #5F603C
Text Example
Text Example
White with #5F603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F603C; }
p { color: rgb(95,96,60); }
H1.HeaderClassName
{
color: #5F603C;
}
.AnyTagClassName
{
color: #5F603C;
}
</style>
background-color css
<style>
a { background-color: #5F603C; }
a { background-color: rgb(95,96,60); }
div.DivClassName
{
background-color: #5F603C;
}
.BgClassName
{
background-color: #5F603C;
}
</style>
border-color css
<style>
span { border-color: #5F603C; }
span { border-color: rgb(95,96,60); }
td.TdClassName
{
border-color: #5F603C;
}
.TagClassName
{
border-color: #5F603C;
}
</style>