Html Css Color HEX #3E4139 Zeus

📋 copy color: '#3E4139'

red 62 ◦ green 65 ◦ blue 57

#3E4139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zeus #3E4139

Tints of Zeus #3E4139

RGB

 RED value IS 62 (24.61% from 255) = 33.7%

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 57 (22.66% from 255) = 30.98%

R = 33.7%
G = 35.33%
B = 30.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#3E4139 (or 0x3E4139) is known color: 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

RGB 62 65 57 -
CMYK 0.05 0 0.12 0.75
HSL 82.5º 0.07% 0.24% -
HSV(B) 82.5º 0.12% 0.25% -
XYZ 4.62 5.1 4.61 -
YUV 63.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 62 65 57 0.05 0 0.12 0.75 82.5 0.07 0.24
Hex 3E 41 39 5 0 C 4B 52 7 18
Octal 76 101 71 5 0 14 113 122 7 30
Binary 111110 1000001 111001 101 0 1100 1001011 1010010 111 11000

Color Harmonies of #3E4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4139

Black with #3E4139

Text Example


Text Example

White with #3E4139

Text Example


Text Example

HTML Codes & Css Web 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>