#404437

Color #404437 Zeus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zeus #404437

Tints of Zeus #404437

Color information

#404437 (or 0x404437) is unknown color: approx Zeus. HEX triplet: 40, 44 and 37. RGB value is (64,68,55). Sum of RGB (Red+Green+Blue) = 64+68+55=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #404437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404437 is #BFBBC8. Grayscale: #414141. Windows color (decimal): -12565449 or 3621952. OLE color: 3621952.

HSL color Cylindrical-coordinate representation of color #404437: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404437 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB646855-
CMYK0.0600.190.73
HSL78.46º10.57%24.12%-
HSV(B)78.46º19.12%26.67%-
XYZ4.875.54.42-
YUV65.32122.17127.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=34.22%
G=36.36%
B=29.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468550.0600.190.7378.4610.5724.12
Hex4044376013494eb18
Octal1001046760231111161330
Binary1000000100010011011111001001110010011001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404437; }

 p { color: rgb(64,68,55); }

 H1.HeaderClassName
 {
   color: #404437;
 }
 .AnyTagClassName
 {
   color: #404437;
 }
</style>
background-color css

<style>
 a { background-color: #404437; }

 a { background-color: rgb(64,68,55); }

 div.DivClassName
 {
   background-color: #404437;
 }
 .BgClassName
 {
   background-color: #404437;
 }
</style>
border-color css

<style>
 span { border-color: #404437; }

 span { border-color: rgb(64,68,55); }

 td.TdClassName
 {
   border-color: #404437;
 }
 .TagClassName
 {
   border-color: #404437;
 }
</style>