#40413C

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

Shades of Zeus #40413C

Tints of Zeus #40413C

Color information

#40413C (or 0x40413C) is unknown color: approx Zeus. HEX triplet: 40, 41 and 3C. RGB value is (64,65,60). Sum of RGB (Red+Green+Blue) = 64+65+60=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 65 - color contains mainly: green. Hex color #40413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40413C is #BFBEC3. Grayscale: #404040. Windows color (decimal): -12566212 or 3948864. OLE color: 3948864.

HSL color Cylindrical-coordinate representation of color #40413C: hue angle of 72º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #40413C is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB646560-
CMYK0.0200.080.75
HSL72º4%24.51%-
HSV(B)72º7.69%25.49%-
XYZ4.825.25.02-
YUV64.13125.67127.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=33.86%
G=34.39%
B=31.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465600.0200.080.7572424.51
Hex40413C2084B48419
Octal100101742010113110431
Binary1000000100000111110010010001001011100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40413C; }

 p { color: rgb(64,65,60); }

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

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

 a { background-color: rgb(64,65,60); }

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

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

 span { border-color: rgb(64,65,60); }

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