#40423A

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

Shades of Zeus #40423A

Tints of Zeus #40423A

Color information

#40423A (or 0x40423A) is unknown color: approx Zeus. HEX triplet: 40, 42 and 3A. RGB value is (64,66,58). Sum of RGB (Red+Green+Blue) = 64+66+58=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 66 - color contains mainly: green. Hex color #40423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40423A is #BFBDC5. Grayscale: #404040. Windows color (decimal): -12565958 or 3818048. OLE color: 3818048.

HSL color Cylindrical-coordinate representation of color #40423A: hue angle of 75º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #40423A is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB646658-
CMYK0.0300.120.74
HSL75º6.45%24.31%-
HSV(B)75º12.12%25.88%-
XYZ4.835.294.77-
YUV64.49124.34127.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=34.04%
G=35.11%
B=30.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466580.0300.120.74756.4524.31
Hex40423A30C4A4b618
Octal100102723014112113630
Binary1000000100001011101011011001001010100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40423A; }

 p { color: rgb(64,66,58); }

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

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

 a { background-color: rgb(64,66,58); }

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

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

 span { border-color: rgb(64,66,58); }

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