#3E4039

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

Shades of Zeus #3E4039

Tints of Zeus #3E4039

Color information

#3E4039 (or 0x3E4039) is unknown color: approx Zeus. HEX triplet: 3E, 40 and 39. RGB value is (62,64,57). Sum of RGB (Red+Green+Blue) = 62+64+57=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4039 is #C1BFC6. Grayscale: #3E3E3E. Windows color (decimal): -12697543 or 3751998. OLE color: 3751998.

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

Color convert

RGB626457-
CMYK0.0300.110.75
HSL77.14º5.79%23.73%-
HSV(B)77.14º10.94%25.1%-
XYZ4.564.994.59-
YUV62.6124.84127.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.88%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 57 (22.66% from 255) = 31.15%
R=33.88%
G=34.97%
B=31.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264570.0300.110.7577.145.7923.73
Hex3E403930B4B4d618
Octal76100713013113115630
Binary111110100000011100111010111001011100110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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