Shades of Verdigris #616237
Tints of Verdigris #616237
RGB
CMYK
RGB Variations
Color information
#616237 (or 0x616237) is known color: Verdigris. HEX triplet: 61, 62 and 37. RGB value is (97,98,55). Sum of RGB (Red+Green+Blue) = 97+98+55=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #616237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616237 is #9E9DC8. Grayscale: #5C5C5C. Windows color (decimal): -10395081 or 3629665. OLE color: 3629665.
HSL color Cylindrical-coordinate representation of color #616237: hue angle of 61.4º 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 #616237 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 98 | 55 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.62 |
| HSL | 61.4º | 0.28% | 0.3% | - |
| HSV(B) | 61.4º | 0.44% | 0.38% | - |
| XYZ | 9.99 | 11.55 | 5.32 | - |
| YUV | 92.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 55 | 0.01 | 0 | 0.44 | 0.62 | 61.4 | 0.28 | 0.3 |
| Hex | 61 | 62 | 37 | 1 | 0 | 2C | 3E | 3D | 1C | 1E |
| Octal | 141 | 142 | 67 | 1 | 0 | 54 | 76 | 75 | 34 | 36 |
| Binary | 1100001 | 1100010 | 110111 | 1 | 0 | 101100 | 111110 | 111101 | 11100 | 11110 |
Color Harmonies of #616237
Complementary color
Monochromatic Colors of #616237
Black with #616237
Text Example
Text Example
White with #616237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616237; }
p { color: rgb(97,98,55); }
H1.HeaderClassName
{
color: #616237;
}
.AnyTagClassName
{
color: #616237;
}
</style>
background-color css
<style>
a { background-color: #616237; }
a { background-color: rgb(97,98,55); }
div.DivClassName
{
background-color: #616237;
}
.BgClassName
{
background-color: #616237;
}
</style>
border-color css
<style>
span { border-color: #616237; }
span { border-color: rgb(97,98,55); }
td.TdClassName
{
border-color: #616237;
}
.TagClassName
{
border-color: #616237;
}
</style>