Shades of Zeus #3F4337
Tints of Zeus #3F4337
RGB
CMYK
RGB Variations
Color information
#3F4337 (or 0x3F4337) is known color: Zeus. HEX triplet: 3F, 43 and 37. RGB value is (63,67,55). Sum of RGB (Red+Green+Blue) = 63+67+55=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4337 is #C0BCC8. Grayscale: #404040. Windows color (decimal): -12631241 or 3621695. OLE color: 3621695.
HSL color Cylindrical-coordinate representation of color #3F4337: hue angle of 80º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4337 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 55 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.74 |
| HSL | 80º | 0.1% | 0.24% | - |
| HSV(B) | 80º | 0.18% | 0.26% | - |
| XYZ | 4.75 | 5.35 | 4.4 | - |
| YUV | 64.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 55 | 0.06 | 0 | 0.18 | 0.74 | 80 | 0.1 | 0.24 |
| Hex | 3F | 43 | 37 | 6 | 0 | 12 | 4A | 50 | A | 18 |
| Octal | 77 | 103 | 67 | 6 | 0 | 22 | 112 | 120 | 12 | 30 |
| Binary | 111111 | 1000011 | 110111 | 110 | 0 | 10010 | 1001010 | 1010000 | 1010 | 11000 |
Color Harmonies of #3F4337
Complementary color
Monochromatic Colors of #3F4337
Black with #3F4337
Text Example
Text Example
White with #3F4337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4337; }
p { color: rgb(63,67,55); }
H1.HeaderClassName
{
color: #3F4337;
}
.AnyTagClassName
{
color: #3F4337;
}
</style>
background-color css
<style>
a { background-color: #3F4337; }
a { background-color: rgb(63,67,55); }
div.DivClassName
{
background-color: #3F4337;
}
.BgClassName
{
background-color: #3F4337;
}
</style>
border-color css
<style>
span { border-color: #3F4337; }
span { border-color: rgb(63,67,55); }
td.TdClassName
{
border-color: #3F4337;
}
.TagClassName
{
border-color: #3F4337;
}
</style>