Shades of Zeus #3E4138
Tints of Zeus #3E4138
RGB
CMYK
RGB Variations
Color information
#3E4138 (or 0x3E4138) is known color: Zeus. HEX triplet: 3E, 41 and 38. RGB value is (62,65,56). Sum of RGB (Red+Green+Blue) = 62+65+56=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4138 is #C1BEC7. Grayscale: #3F3F3F. Windows color (decimal): -12697288 or 3686718. OLE color: 3686718.
HSL color Cylindrical-coordinate representation of color #3E4138: hue angle of 80º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3E4138 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
RGB | 62 | 65 | 56 | - |
CMYK | 0.05 | 0 | 0.14 | 0.75 |
HSL | 80º | 0.07% | 0.24% | - |
HSV(B) | 80º | 0.14% | 0.25% | - |
XYZ | 4.59 | 5.09 | 4.48 | - |
YUV | 63.08 | 124.01 | 127.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 65 | 56 | 0.05 | 0 | 0.14 | 0.75 | 80 | 0.07 | 0.24 |
Hex | 3E | 41 | 38 | 5 | 0 | E | 4B | 50 | 7 | 18 |
Octal | 76 | 101 | 70 | 5 | 0 | 16 | 113 | 120 | 7 | 30 |
Binary | 111110 | 1000001 | 111000 | 101 | 0 | 1110 | 1001011 | 1010000 | 111 | 11000 |
Color Harmonies of #3E4138
Complementary color
Monochromatic Colors of #3E4138
Black with #3E4138
Text Example
Text Example
White with #3E4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4138; }
p { color: rgb(62,65,56); }
H1.HeaderClassName
{
color: #3E4138;
}
.AnyTagClassName
{
color: #3E4138;
}
</style>
background-color css
<style>
a { background-color: #3E4138; }
a { background-color: rgb(62,65,56); }
div.DivClassName
{
background-color: #3E4138;
}
.BgClassName
{
background-color: #3E4138;
}
</style>
border-color css
<style>
span { border-color: #3E4138; }
span { border-color: rgb(62,65,56); }
td.TdClassName
{
border-color: #3E4138;
}
.TagClassName
{
border-color: #3E4138;
}
</style>