#404338

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

Shades of Zeus #404338

Tints of Zeus #404338

Color information

#404338 (or 0x404338) is unknown color: approx Zeus. HEX triplet: 40, 43 and 38. RGB value is (64,67,56). Sum of RGB (Red+Green+Blue) = 64+67+56=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 67 - color contains mainly: green. Hex color #404338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404338 is #BFBCC7. Grayscale: #404040. Windows color (decimal): -12565704 or 3687232. OLE color: 3687232.

HSL color Cylindrical-coordinate representation of color #404338: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404338 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB646756-
CMYK0.0400.160.74
HSL76.36º8.94%24.12%-
HSV(B)76.36º16.42%26.27%-
XYZ4.845.394.53-
YUV64.85123.01127.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=34.22%
G=35.83%
B=29.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467560.0400.160.7476.368.9424.12
Hex40433840104A4c918
Octal1001037040201121141130
Binary1000000100001111100010001000010010101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404338; }

 p { color: rgb(64,67,56); }

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

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

 a { background-color: rgb(64,67,56); }

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

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

 span { border-color: rgb(64,67,56); }

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