#3E4136

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

Shades of Zeus #3E4136

Tints of Zeus #3E4136

Color information

#3E4136 (or 0x3E4136) is unknown color: approx Zeus. HEX triplet: 3E, 41 and 36. RGB value is (62,65,54). Sum of RGB (Red+Green+Blue) = 62+65+54=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4136 is #C1BEC9. Grayscale: #3E3E3E. Windows color (decimal): -12697290 or 3555646. OLE color: 3555646.

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

Color convert

RGB626554-
CMYK0.0500.170.75
HSL76.36º9.24%23.33%-
HSV(B)76.36º16.92%25.49%-
XYZ4.545.074.23-
YUV62.85123.01127.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 54 (21.48% from 255) = 29.83%
R=34.25%
G=35.91%
B=29.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265540.0500.170.7576.369.2423.33
Hex3E413650114B4c917
Octal761016650211131141127
Binary111110100000111011010101000110010111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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