#3E4138

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

Shades of Zeus #3E4138

Tints of Zeus #3E4138

Color information

#3E4138 (or 0x3E4138) is unknown color: approx Zeus. HEX triplet: 3E, 41 and 38. RGB value is (62,65,56). Sum of RGB (Red+Green+Blue) = 62+65+56=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4138 is #C1BEC7. Grayscale: #3F3F3F. Windows color (decimal): -12697288 or 3686718. OLE color: 3686718.

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

Color convert

RGB626556-
CMYK0.0500.140.75
HSL80º7.44%23.73%-
HSV(B)80º13.85%25.49%-
XYZ4.595.094.48-
YUV63.08124.01127.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.88%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=33.88%
G=35.52%
B=30.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6265560.0500.140.75807.4423.73
Hex3E413850E4B50718
Octal76101705016113120730
Binary1111101000001111000101011101001011101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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