Shades of Zeus #3C3E39
Tints of Zeus #3C3E39
RGB
CMYK
RGB Variations
Color information
#3C3E39 (or 0x3C3E39) is known color: Zeus. HEX triplet: 3C, 3E and 39. RGB value is (60,62,57). Sum of RGB (Red+Green+Blue) = 60+62+57=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E39 is #C3C1C6. Grayscale: #3C3C3C. Windows color (decimal): -12829127 or 3751484. OLE color: 3751484.
HSL color Cylindrical-coordinate representation of color #3C3E39: hue angle of 84º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3C3E39 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 62 | 57 | - |
CMYK | 0.03 | 0 | 0.08 | 0.76 |
HSL | 84º | 0.04% | 0.23% | - |
HSV(B) | 84º | 0.08% | 0.24% | - |
XYZ | 4.32 | 4.7 | 4.55 | - |
YUV | 60.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 62 | 57 | 0.03 | 0 | 0.08 | 0.76 | 84 | 0.04 | 0.23 |
Hex | 3C | 3E | 39 | 3 | 0 | 8 | 4C | 54 | 4 | 17 |
Octal | 74 | 76 | 71 | 3 | 0 | 10 | 114 | 124 | 4 | 27 |
Binary | 111100 | 111110 | 111001 | 11 | 0 | 1000 | 1001100 | 1010100 | 100 | 10111 |
Color Harmonies of #3C3E39
Complementary color
Monochromatic Colors of #3C3E39
Black with #3C3E39
Text Example
Text Example
White with #3C3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E39; }
p { color: rgb(60,62,57); }
H1.HeaderClassName
{
color: #3C3E39;
}
.AnyTagClassName
{
color: #3C3E39;
}
</style>
background-color css
<style>
a { background-color: #3C3E39; }
a { background-color: rgb(60,62,57); }
div.DivClassName
{
background-color: #3C3E39;
}
.BgClassName
{
background-color: #3C3E39;
}
</style>
border-color css
<style>
span { border-color: #3C3E39; }
span { border-color: rgb(60,62,57); }
td.TdClassName
{
border-color: #3C3E39;
}
.TagClassName
{
border-color: #3C3E39;
}
</style>