#3E4139

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

Shades of Zeus #3E4139

Tints of Zeus #3E4139

Color information

#3E4139 (or 0x3E4139) is unknown color: approx Zeus. HEX triplet: 3E, 41 and 39. RGB value is (62,65,57). Sum of RGB (Red+Green+Blue) = 62+65+57=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4139 is #C1BEC6. Grayscale: #3F3F3F. Windows color (decimal): -12697287 or 3752254. OLE color: 3752254.

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

Color convert

RGB626557-
CMYK0.0500.120.75
HSL82.5º6.56%23.92%-
HSV(B)82.5º12.31%25.49%-
XYZ4.625.14.61-
YUV63.19124.51127.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 57 (22.66% from 255) = 30.98%
R=33.70%
G=35.33%
B=30.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265570.0500.120.7582.56.5623.92
Hex3E413950C4B53718
Octal76101715014113123730
Binary1111101000001111001101011001001011101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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