Shades of Zeus #3E4038
Tints of Zeus #3E4038
RGB
CMYK
RGB Variations
Color information
#3E4038 (or 0x3E4038) is known color: Zeus. HEX triplet: 3E, 40 and 38. RGB value is (62,64,56). Sum of RGB (Red+Green+Blue) = 62+64+56=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4038 is #C1BFC7. Grayscale: #3E3E3E. Windows color (decimal): -12697544 or 3686462. OLE color: 3686462.
HSL color Cylindrical-coordinate representation of color #3E4038: hue angle of 75º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3E4038 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 56 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.75 |
| HSL | 75º | 0.07% | 0.24% | - |
| HSV(B) | 75º | 0.13% | 0.25% | - |
| XYZ | 4.53 | 4.98 | 4.46 | - |
| YUV | 62.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 56 | 0.03 | 0 | 0.13 | 0.75 | 75 | 0.07 | 0.24 |
| Hex | 3E | 40 | 38 | 3 | 0 | D | 4B | 4B | 7 | 18 |
| Octal | 76 | 100 | 70 | 3 | 0 | 15 | 113 | 113 | 7 | 30 |
| Binary | 111110 | 1000000 | 111000 | 11 | 0 | 1101 | 1001011 | 1001011 | 111 | 11000 |
Color Harmonies of #3E4038
Complementary color
Monochromatic Colors of #3E4038
Black with #3E4038
Text Example
Text Example
White with #3E4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4038; }
p { color: rgb(62,64,56); }
H1.HeaderClassName
{
color: #3E4038;
}
.AnyTagClassName
{
color: #3E4038;
}
</style>
background-color css
<style>
a { background-color: #3E4038; }
a { background-color: rgb(62,64,56); }
div.DivClassName
{
background-color: #3E4038;
}
.BgClassName
{
background-color: #3E4038;
}
</style>
border-color css
<style>
span { border-color: #3E4038; }
span { border-color: rgb(62,64,56); }
td.TdClassName
{
border-color: #3E4038;
}
.TagClassName
{
border-color: #3E4038;
}
</style>