Shades of Zeus #3E4237
Tints of Zeus #3E4237
RGB
CMYK
RGB Variations
Color information
#3E4237 (or 0x3E4237) is known color: Zeus. HEX triplet: 3E, 42 and 37. RGB value is (62,66,55). Sum of RGB (Red+Green+Blue) = 62+66+55=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 66 - color contains mainly: green. Hex color #3E4237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4237 is #C1BDC8. Grayscale: #3F3F3F. Windows color (decimal): -12697033 or 3621438. OLE color: 3621438.
HSL color Cylindrical-coordinate representation of color #3E4237: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E4237 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 66 | 55 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.74 |
| HSL | 81.82º | 0.09% | 0.24% | - |
| HSV(B) | 81.82º | 0.17% | 0.26% | - |
| XYZ | 4.62 | 5.2 | 4.37 | - |
| YUV | 63.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 55 | 0.06 | 0 | 0.17 | 0.74 | 81.82 | 0.09 | 0.24 |
| Hex | 3E | 42 | 37 | 6 | 0 | 11 | 4A | 52 | 9 | 18 |
| Octal | 76 | 102 | 67 | 6 | 0 | 21 | 112 | 122 | 11 | 30 |
| Binary | 111110 | 1000010 | 110111 | 110 | 0 | 10001 | 1001010 | 1010010 | 1001 | 11000 |
Color Harmonies of #3E4237
Complementary color
Monochromatic Colors of #3E4237
Black with #3E4237
Text Example
Text Example
White with #3E4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4237; }
p { color: rgb(62,66,55); }
H1.HeaderClassName
{
color: #3E4237;
}
.AnyTagClassName
{
color: #3E4237;
}
</style>
background-color css
<style>
a { background-color: #3E4237; }
a { background-color: rgb(62,66,55); }
div.DivClassName
{
background-color: #3E4237;
}
.BgClassName
{
background-color: #3E4237;
}
</style>
border-color css
<style>
span { border-color: #3E4237; }
span { border-color: rgb(62,66,55); }
td.TdClassName
{
border-color: #3E4237;
}
.TagClassName
{
border-color: #3E4237;
}
</style>