Shades of Verdigris #5F6436
Tints of Verdigris #5F6436
RGB
CMYK
RGB Variations
Color information
#5F6436 (or 0x5F6436) is known color: Verdigris. HEX triplet: 5F, 64 and 36. RGB value is (95,100,54). Sum of RGB (Red+Green+Blue) = 95+100+54=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #5F6436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6436 is #A09BC9. Grayscale: #5D5D5D. Windows color (decimal): -10525642 or 3564639. OLE color: 3564639.
HSL color Cylindrical-coordinate representation of color #5F6436: hue angle of 66.52º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F6436 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 100 | 54 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.61 |
| HSL | 66.52º | 0.3% | 0.3% | - |
| HSV(B) | 66.52º | 0.46% | 0.39% | - |
| XYZ | 9.94 | 11.81 | 5.25 | - |
| YUV | 93.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 54 | 0.05 | 0 | 0.46 | 0.61 | 66.52 | 0.3 | 0.3 |
| Hex | 5F | 64 | 36 | 5 | 0 | 2E | 3D | 43 | 1E | 1E |
| Octal | 137 | 144 | 66 | 5 | 0 | 56 | 75 | 103 | 36 | 36 |
| Binary | 1011111 | 1100100 | 110110 | 101 | 0 | 101110 | 111101 | 1000011 | 11110 | 11110 |
Color Harmonies of #5F6436
Complementary color
Monochromatic Colors of #5F6436
Black with #5F6436
Text Example
Text Example
White with #5F6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6436; }
p { color: rgb(95,100,54); }
H1.HeaderClassName
{
color: #5F6436;
}
.AnyTagClassName
{
color: #5F6436;
}
</style>
background-color css
<style>
a { background-color: #5F6436; }
a { background-color: rgb(95,100,54); }
div.DivClassName
{
background-color: #5F6436;
}
.BgClassName
{
background-color: #5F6436;
}
</style>
border-color css
<style>
span { border-color: #5F6436; }
span { border-color: rgb(95,100,54); }
td.TdClassName
{
border-color: #5F6436;
}
.TagClassName
{
border-color: #5F6436;
}
</style>