Shades of Verdigris #5F6033
Tints of Verdigris #5F6033
RGB
CMYK
RGB Variations
Color information
#5F6033 (or 0x5F6033) is known color: Verdigris. HEX triplet: 5F, 60 and 33. RGB value is (95,96,51). Sum of RGB (Red+Green+Blue) = 95+96+51=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6033 is #A09FCC. Grayscale: #5A5A5A. Windows color (decimal): -10526669 or 3367007. OLE color: 3367007.
HSL color Cylindrical-coordinate representation of color #5F6033: hue angle of 61.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F6033 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 51 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.62 |
| HSL | 61.33º | 0.31% | 0.29% | - |
| HSV(B) | 61.33º | 0.47% | 0.38% | - |
| XYZ | 9.5 | 11.04 | 4.76 | - |
| YUV | 90.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 51 | 0.01 | 0 | 0.47 | 0.62 | 61.33 | 0.31 | 0.29 |
| Hex | 5F | 60 | 33 | 1 | 0 | 2F | 3E | 3D | 1F | 1D |
| Octal | 137 | 140 | 63 | 1 | 0 | 57 | 76 | 75 | 37 | 35 |
| Binary | 1011111 | 1100000 | 110011 | 1 | 0 | 101111 | 111110 | 111101 | 11111 | 11101 |
Color Harmonies of #5F6033
Complementary color
Monochromatic Colors of #5F6033
Black with #5F6033
Text Example
Text Example
White with #5F6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6033; }
p { color: rgb(95,96,51); }
H1.HeaderClassName
{
color: #5F6033;
}
.AnyTagClassName
{
color: #5F6033;
}
</style>
background-color css
<style>
a { background-color: #5F6033; }
a { background-color: rgb(95,96,51); }
div.DivClassName
{
background-color: #5F6033;
}
.BgClassName
{
background-color: #5F6033;
}
</style>
border-color css
<style>
span { border-color: #5F6033; }
span { border-color: rgb(95,96,51); }
td.TdClassName
{
border-color: #5F6033;
}
.TagClassName
{
border-color: #5F6033;
}
</style>