Shades of Verdigris #5E5A3F
Tints of Verdigris #5E5A3F
RGB
CMYK
RGB Variations
Color information
#5E5A3F (or 0x5E5A3F) is known color: Verdigris. HEX triplet: 5E, 5A and 3F. RGB value is (94,90,63). Sum of RGB (Red+Green+Blue) = 94+90+63=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5A3F is #A1A5C0. Grayscale: #585858. Windows color (decimal): -10593729 or 4151902. OLE color: 4151902.
HSL color Cylindrical-coordinate representation of color #5E5A3F: hue angle of 52.26º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E5A3F is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 90 | 63 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.63 |
| HSL | 52.26º | 0.2% | 0.31% | - |
| HSV(B) | 52.26º | 0.33% | 0.37% | - |
| XYZ | 9.17 | 10.05 | 6.16 | - |
| YUV | 88.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 90 | 63 | 0 | 0.04 | 0.33 | 0.63 | 52.26 | 0.2 | 0.31 |
| Hex | 5E | 5A | 3F | 0 | 4 | 21 | 3F | 34 | 14 | 1F |
| Octal | 136 | 132 | 77 | 0 | 4 | 41 | 77 | 64 | 24 | 37 |
| Binary | 1011110 | 1011010 | 111111 | 0 | 100 | 100001 | 111111 | 110100 | 10100 | 11111 |
Color Harmonies of #5E5A3F
Complementary color
Monochromatic Colors of #5E5A3F
Black with #5E5A3F
Text Example
Text Example
White with #5E5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A3F; }
p { color: rgb(94,90,63); }
H1.HeaderClassName
{
color: #5E5A3F;
}
.AnyTagClassName
{
color: #5E5A3F;
}
</style>
background-color css
<style>
a { background-color: #5E5A3F; }
a { background-color: rgb(94,90,63); }
div.DivClassName
{
background-color: #5E5A3F;
}
.BgClassName
{
background-color: #5E5A3F;
}
</style>
border-color css
<style>
span { border-color: #5E5A3F; }
span { border-color: rgb(94,90,63); }
td.TdClassName
{
border-color: #5E5A3F;
}
.TagClassName
{
border-color: #5E5A3F;
}
</style>