Html Css Color HEX #3E4037 Zeus

📋 copy color: '#3E4037'

red 62 ◦ green 64 ◦ blue 55

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

Shades of Zeus #3E4037

Tints of Zeus #3E4037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 55 (21.88% from 255) = 30.39%

R = 34.25%
G = 35.36%
B = 30.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3E4037 (or 0x3E4037) is known color: Zeus. HEX triplet: 3E, 40 and 37. RGB value is (62,64,55). Sum of RGB (Red+Green+Blue) = 62+64+55=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4037 is #C1BFC8. Grayscale: #3E3E3E. Windows color (decimal): -12697545 or 3620926. OLE color: 3620926.

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

Color convert

RGB 62 64 55 -
CMYK 0.03 0 0.14 0.75
HSL 73.33º 0.08% 0.23% -
HSV(B) 73.33º 0.14% 0.25% -
XYZ 4.51 4.97 4.34 -
YUV 62.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 62 64 55 0.03 0 0.14 0.75 73.33 0.08 0.23
Hex 3E 40 37 3 0 E 4B 49 8 17
Octal 76 100 67 3 0 16 113 111 10 27
Binary 111110 1000000 110111 11 0 1110 1001011 1001001 1000 10111

Color Harmonies of #3E4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4037

Black with #3E4037

Text Example


Text Example

White with #3E4037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E4037;
 }
 .AnyTagClassName
 {
   color: #3E4037;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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