#3E403B

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

Shades of Zeus #3E403B

Tints of Zeus #3E403B

Color information

#3E403B (or 0x3E403B) is unknown color: approx Zeus. HEX triplet: 3E, 40 and 3B. RGB value is (62,64,59). Sum of RGB (Red+Green+Blue) = 62+64+59=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 64 - color contains mainly: green. Hex color #3E403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E403B is #C1BFC4. Grayscale: #3E3E3E. Windows color (decimal): -12697541 or 3883070. OLE color: 3883070.

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

Color convert

RGB626459-
CMYK0.0300.080.75
HSL84º4.07%24.12%-
HSV(B)84º7.81%25.1%-
XYZ4.615.014.86-
YUV62.83125.84127.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=33.51%
G=34.59%
B=31.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264590.0300.080.75844.0724.12
Hex3E403B3084B54418
Octal76100733010113124430
Binary111110100000011101111010001001011101010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E403B; }

 p { color: rgb(62,64,59); }

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

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

 a { background-color: rgb(62,64,59); }

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

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

 span { border-color: rgb(62,64,59); }

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