Shades of Verdigris #5E5A36
Tints of Verdigris #5E5A36
RGB
CMYK
RGB Variations
Color information
#5E5A36 (or 0x5E5A36) is known color: Verdigris. HEX triplet: 5E, 5A and 36. RGB value is (94,90,54). Sum of RGB (Red+Green+Blue) = 94+90+54=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5A36 is #A1A5C9. Grayscale: #575757. Windows color (decimal): -10593738 or 3562078. OLE color: 3562078.
HSL color Cylindrical-coordinate representation of color #5E5A36: hue angle of 54º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E5A36 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 90 | 54 | - |
CMYK | 0 | 0.04 | 0.43 | 0.63 |
HSL | 54º | 0.27% | 0.29% | - |
HSV(B) | 54º | 0.43% | 0.37% | - |
XYZ | 8.94 | 9.96 | 4.94 | - |
YUV | 87.09 | 109.33 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 90 | 54 | 0 | 0.04 | 0.43 | 0.63 | 54 | 0.27 | 0.29 |
Hex | 5E | 5A | 36 | 0 | 4 | 2B | 3F | 36 | 1B | 1D |
Octal | 136 | 132 | 66 | 0 | 4 | 53 | 77 | 66 | 33 | 35 |
Binary | 1011110 | 1011010 | 110110 | 0 | 100 | 101011 | 111111 | 110110 | 11011 | 11101 |
Color Harmonies of #5E5A36
Complementary color
Monochromatic Colors of #5E5A36
Black with #5E5A36
Text Example
Text Example
White with #5E5A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A36; }
p { color: rgb(94,90,54); }
H1.HeaderClassName
{
color: #5E5A36;
}
.AnyTagClassName
{
color: #5E5A36;
}
</style>
background-color css
<style>
a { background-color: #5E5A36; }
a { background-color: rgb(94,90,54); }
div.DivClassName
{
background-color: #5E5A36;
}
.BgClassName
{
background-color: #5E5A36;
}
</style>
border-color css
<style>
span { border-color: #5E5A36; }
span { border-color: rgb(94,90,54); }
td.TdClassName
{
border-color: #5E5A36;
}
.TagClassName
{
border-color: #5E5A36;
}
</style>