#3E403A

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

Shades of Zeus #3E403A

Tints of Zeus #3E403A

Color information

#3E403A (or 0x3E403A) is unknown color: approx Zeus. HEX triplet: 3E, 40 and 3A. RGB value is (62,64,58). Sum of RGB (Red+Green+Blue) = 62+64+58=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 64 - color contains mainly: green. Hex color #3E403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E403A is #C1BFC5. Grayscale: #3E3E3E. Windows color (decimal): -12697542 or 3817534. OLE color: 3817534.

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

Color convert

RGB626458-
CMYK0.0300.090.75
HSL80º4.92%23.92%-
HSV(B)80º9.38%25.1%-
XYZ4.5854.73-
YUV62.72125.34127.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=33.70%
G=34.78%
B=31.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264580.0300.090.75804.9223.92
Hex3E403A3094B50518
Octal76100723011113120530
Binary111110100000011101011010011001011101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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