Shades of Verdigris #5E613D
Tints of Verdigris #5E613D
RGB
CMYK
RGB Variations
Color information
#5E613D (or 0x5E613D) is known color: Verdigris. HEX triplet: 5E, 61 and 3D. RGB value is (94,97,61). Sum of RGB (Red+Green+Blue) = 94+97+61=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #5E613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E613D is #A19EC2. Grayscale: #5C5C5C. Windows color (decimal): -10591939 or 4022622. OLE color: 4022622.
HSL color Cylindrical-coordinate representation of color #5E613D: hue angle of 65º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E613D is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 61 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.62 |
| HSL | 65º | 0.23% | 0.31% | - |
| HSV(B) | 65º | 0.37% | 0.38% | - |
| XYZ | 9.73 | 11.27 | 6.08 | - |
| YUV | 92 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 61 | 0.03 | 0 | 0.37 | 0.62 | 65 | 0.23 | 0.31 |
| Hex | 5E | 61 | 3D | 3 | 0 | 25 | 3E | 41 | 17 | 1F |
| Octal | 136 | 141 | 75 | 3 | 0 | 45 | 76 | 101 | 27 | 37 |
| Binary | 1011110 | 1100001 | 111101 | 11 | 0 | 100101 | 111110 | 1000001 | 10111 | 11111 |
Color Harmonies of #5E613D
Complementary color
Monochromatic Colors of #5E613D
Black with #5E613D
Text Example
Text Example
White with #5E613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E613D; }
p { color: rgb(94,97,61); }
H1.HeaderClassName
{
color: #5E613D;
}
.AnyTagClassName
{
color: #5E613D;
}
</style>
background-color css
<style>
a { background-color: #5E613D; }
a { background-color: rgb(94,97,61); }
div.DivClassName
{
background-color: #5E613D;
}
.BgClassName
{
background-color: #5E613D;
}
</style>
border-color css
<style>
span { border-color: #5E613D; }
span { border-color: rgb(94,97,61); }
td.TdClassName
{
border-color: #5E613D;
}
.TagClassName
{
border-color: #5E613D;
}
</style>