Shades of Verdigris #5E6237
Tints of Verdigris #5E6237
RGB
CMYK
RGB Variations
Color information
#5E6237 (or 0x5E6237) is known color: Verdigris. HEX triplet: 5E, 62 and 37. RGB value is (94,98,55). Sum of RGB (Red+Green+Blue) = 94+98+55=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6237 is #A19DC8. Grayscale: #5C5C5C. Windows color (decimal): -10591689 or 3629662. OLE color: 3629662.
HSL color Cylindrical-coordinate representation of color #5E6237: hue angle of 65.58º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E6237 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 55 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.62 |
| HSL | 65.58º | 0.28% | 0.3% | - |
| HSV(B) | 65.58º | 0.44% | 0.38% | - |
| XYZ | 9.67 | 11.39 | 5.3 | - |
| YUV | 91.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 55 | 0.04 | 0 | 0.44 | 0.62 | 65.58 | 0.28 | 0.3 |
| Hex | 5E | 62 | 37 | 4 | 0 | 2C | 3E | 42 | 1C | 1E |
| Octal | 136 | 142 | 67 | 4 | 0 | 54 | 76 | 102 | 34 | 36 |
| Binary | 1011110 | 1100010 | 110111 | 100 | 0 | 101100 | 111110 | 1000010 | 11100 | 11110 |
Color Harmonies of #5E6237
Complementary color
Monochromatic Colors of #5E6237
Black with #5E6237
Text Example
Text Example
White with #5E6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6237; }
p { color: rgb(94,98,55); }
H1.HeaderClassName
{
color: #5E6237;
}
.AnyTagClassName
{
color: #5E6237;
}
</style>
background-color css
<style>
a { background-color: #5E6237; }
a { background-color: rgb(94,98,55); }
div.DivClassName
{
background-color: #5E6237;
}
.BgClassName
{
background-color: #5E6237;
}
</style>
border-color css
<style>
span { border-color: #5E6237; }
span { border-color: rgb(94,98,55); }
td.TdClassName
{
border-color: #5E6237;
}
.TagClassName
{
border-color: #5E6237;
}
</style>