Shades of Verdigris #5D5F35
Tints of Verdigris #5D5F35
RGB
CMYK
RGB Variations
Color information
#5D5F35 (or 0x5D5F35) is known color: Verdigris. HEX triplet: 5D, 5F and 35. RGB value is (93,95,53). Sum of RGB (Red+Green+Blue) = 93+95+53=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #5D5F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5F35 is #A2A0CA. Grayscale: #595959. Windows color (decimal): -10657995 or 3497821. OLE color: 3497821.
HSL color Cylindrical-coordinate representation of color #5D5F35: hue angle of 62.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D5F35 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 95 | 53 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.63 |
| HSL | 62.86º | 0.28% | 0.29% | - |
| HSV(B) | 62.86º | 0.44% | 0.37% | - |
| XYZ | 9.25 | 10.77 | 4.96 | - |
| YUV | 89.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 53 | 0.02 | 0 | 0.44 | 0.63 | 62.86 | 0.28 | 0.29 |
| Hex | 5D | 5F | 35 | 2 | 0 | 2C | 3F | 3F | 1C | 1D |
| Octal | 135 | 137 | 65 | 2 | 0 | 54 | 77 | 77 | 34 | 35 |
| Binary | 1011101 | 1011111 | 110101 | 10 | 0 | 101100 | 111111 | 111111 | 11100 | 11101 |
Color Harmonies of #5D5F35
Complementary color
Monochromatic Colors of #5D5F35
Black with #5D5F35
Text Example
Text Example
White with #5D5F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5F35; }
p { color: rgb(93,95,53); }
H1.HeaderClassName
{
color: #5D5F35;
}
.AnyTagClassName
{
color: #5D5F35;
}
</style>
background-color css
<style>
a { background-color: #5D5F35; }
a { background-color: rgb(93,95,53); }
div.DivClassName
{
background-color: #5D5F35;
}
.BgClassName
{
background-color: #5D5F35;
}
</style>
border-color css
<style>
span { border-color: #5D5F35; }
span { border-color: rgb(93,95,53); }
td.TdClassName
{
border-color: #5D5F35;
}
.TagClassName
{
border-color: #5D5F35;
}
</style>