Shades of Zeus #3D4036
Tints of Zeus #3D4036
RGB
CMYK
RGB Variations
Color information
#3D4036 (or 0x3D4036) is known color: Zeus. HEX triplet: 3D, 40 and 36. RGB value is (61,64,54). Sum of RGB (Red+Green+Blue) = 61+64+54=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4036 is #C2BFC9. Grayscale: #3E3E3E. Windows color (decimal): -12763082 or 3555389. OLE color: 3555389.
HSL color Cylindrical-coordinate representation of color #3D4036: hue angle of 78º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D4036 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 54 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.75 |
| HSL | 78º | 0.08% | 0.23% | - |
| HSV(B) | 78º | 0.16% | 0.25% | - |
| XYZ | 4.42 | 4.93 | 4.21 | - |
| YUV | 61.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 54 | 0.05 | 0 | 0.16 | 0.75 | 78 | 0.08 | 0.23 |
| Hex | 3D | 40 | 36 | 5 | 0 | 10 | 4B | 4E | 8 | 17 |
| Octal | 75 | 100 | 66 | 5 | 0 | 20 | 113 | 116 | 10 | 27 |
| Binary | 111101 | 1000000 | 110110 | 101 | 0 | 10000 | 1001011 | 1001110 | 1000 | 10111 |
Color Harmonies of #3D4036
Complementary color
Monochromatic Colors of #3D4036
Black with #3D4036
Text Example
Text Example
White with #3D4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4036; }
p { color: rgb(61,64,54); }
H1.HeaderClassName
{
color: #3D4036;
}
.AnyTagClassName
{
color: #3D4036;
}
</style>
background-color css
<style>
a { background-color: #3D4036; }
a { background-color: rgb(61,64,54); }
div.DivClassName
{
background-color: #3D4036;
}
.BgClassName
{
background-color: #3D4036;
}
</style>
border-color css
<style>
span { border-color: #3D4036; }
span { border-color: rgb(61,64,54); }
td.TdClassName
{
border-color: #3D4036;
}
.TagClassName
{
border-color: #3D4036;
}
</style>