Shades of Zeus #41433A
Tints of Zeus #41433A
RGB
CMYK
RGB Variations
Color information
#41433A (or 0x41433A) is known color: Zeus. HEX triplet: 41, 43 and 3A. RGB value is (65,67,58). Sum of RGB (Red+Green+Blue) = 65+67+58=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 67 - color contains mainly: green. Hex color #41433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41433A is #BEBCC5. Grayscale: #414141. Windows color (decimal): -12500166 or 3818305. OLE color: 3818305.
HSL color Cylindrical-coordinate representation of color #41433A: hue angle of 73.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #41433A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 58 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.74 |
| HSL | 73.33º | 0.07% | 0.25% | - |
| HSV(B) | 73.33º | 0.13% | 0.26% | - |
| XYZ | 4.95 | 5.44 | 4.79 | - |
| YUV | 65.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 58 | 0.03 | 0 | 0.13 | 0.74 | 73.33 | 0.07 | 0.25 |
| Hex | 41 | 43 | 3A | 3 | 0 | D | 4A | 49 | 7 | 19 |
| Octal | 101 | 103 | 72 | 3 | 0 | 15 | 112 | 111 | 7 | 31 |
| Binary | 1000001 | 1000011 | 111010 | 11 | 0 | 1101 | 1001010 | 1001001 | 111 | 11001 |
Color Harmonies of #41433A
Complementary color
Monochromatic Colors of #41433A
Black with #41433A
Text Example
Text Example
White with #41433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41433A; }
p { color: rgb(65,67,58); }
H1.HeaderClassName
{
color: #41433A;
}
.AnyTagClassName
{
color: #41433A;
}
</style>
background-color css
<style>
a { background-color: #41433A; }
a { background-color: rgb(65,67,58); }
div.DivClassName
{
background-color: #41433A;
}
.BgClassName
{
background-color: #41433A;
}
</style>
border-color css
<style>
span { border-color: #41433A; }
span { border-color: rgb(65,67,58); }
td.TdClassName
{
border-color: #41433A;
}
.TagClassName
{
border-color: #41433A;
}
</style>