#3E4137

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

Shades of Zeus #3E4137

Tints of Zeus #3E4137

Color information

#3E4137 (or 0x3E4137) is unknown color: approx Zeus. HEX triplet: 3E, 41 and 37. RGB value is (62,65,55). Sum of RGB (Red+Green+Blue) = 62+65+55=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4137 is #C1BEC8. Grayscale: #3F3F3F. Windows color (decimal): -12697289 or 3621182. OLE color: 3621182.

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

Color convert

RGB626555-
CMYK0.0500.150.75
HSL78º8.33%23.53%-
HSV(B)78º15.38%25.49%-
XYZ4.575.084.35-
YUV62.96123.51127.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.07%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 55 (21.88% from 255) = 30.22%
R=34.07%
G=35.71%
B=30.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265550.0500.150.75788.3323.53
Hex3E413750F4B4e818
Octal761016750171131161030
Binary11111010000011101111010111110010111001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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