Shades of Zeus #3D4038
Tints of Zeus #3D4038
RGB
CMYK
RGB Variations
Color information
#3D4038 (or 0x3D4038) is known color: Zeus. HEX triplet: 3D, 40 and 38. RGB value is (61,64,56). Sum of RGB (Red+Green+Blue) = 61+64+56=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4038 is #C2BFC7. Grayscale: #3E3E3E. Windows color (decimal): -12763080 or 3686461. OLE color: 3686461.
HSL color Cylindrical-coordinate representation of color #3D4038: hue angle of 82.5º 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 #3D4038 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 56 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.75 |
| HSL | 82.5º | 0.07% | 0.24% | - |
| HSV(B) | 82.5º | 0.13% | 0.25% | - |
| XYZ | 4.47 | 4.94 | 4.46 | - |
| YUV | 62.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 56 | 0.05 | 0 | 0.13 | 0.75 | 82.5 | 0.07 | 0.24 |
| Hex | 3D | 40 | 38 | 5 | 0 | D | 4B | 52 | 7 | 18 |
| Octal | 75 | 100 | 70 | 5 | 0 | 15 | 113 | 122 | 7 | 30 |
| Binary | 111101 | 1000000 | 111000 | 101 | 0 | 1101 | 1001011 | 1010010 | 111 | 11000 |
Color Harmonies of #3D4038
Complementary color
Monochromatic Colors of #3D4038
Black with #3D4038
Text Example
Text Example
White with #3D4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4038; }
p { color: rgb(61,64,56); }
H1.HeaderClassName
{
color: #3D4038;
}
.AnyTagClassName
{
color: #3D4038;
}
</style>
background-color css
<style>
a { background-color: #3D4038; }
a { background-color: rgb(61,64,56); }
div.DivClassName
{
background-color: #3D4038;
}
.BgClassName
{
background-color: #3D4038;
}
</style>
border-color css
<style>
span { border-color: #3D4038; }
span { border-color: rgb(61,64,56); }
td.TdClassName
{
border-color: #3D4038;
}
.TagClassName
{
border-color: #3D4038;
}
</style>