#3E4037

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

Shades of Zeus #3E4037

Tints of Zeus #3E4037

Color information

#3E4037 (or 0x3E4037) is unknown color: approx Zeus. HEX triplet: 3E, 40 and 37. RGB value is (62,64,55). Sum of RGB (Red+Green+Blue) = 62+64+55=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4037 is #C1BFC8. Grayscale: #3E3E3E. Windows color (decimal): -12697545 or 3620926. OLE color: 3620926.

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

Color convert

RGB626455-
CMYK0.0300.140.75
HSL73.33º7.56%23.33%-
HSV(B)73.33º14.06%25.1%-
XYZ4.514.974.34-
YUV62.38123.84127.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 55 (21.88% from 255) = 30.39%
R=34.25%
G=35.36%
B=30.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264550.0300.140.7573.337.5623.33
Hex3E403730E4B49817
Octal761006730161131111027
Binary1111101000000110111110111010010111001001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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