#3D4037

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

Shades of Zeus #3D4037

Tints of Zeus #3D4037

Color information

#3D4037 (or 0x3D4037) is unknown color: approx Zeus. HEX triplet: 3D, 40 and 37. RGB value is (61,64,55). Sum of RGB (Red+Green+Blue) = 61+64+55=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4037 is #C2BFC8. Grayscale: #3E3E3E. Windows color (decimal): -12763081 or 3620925. OLE color: 3620925.

HSL color Cylindrical-coordinate representation of color #3D4037: hue angle of 80º 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 #3D4037 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB616455-
CMYK0.0500.140.75
HSL80º7.56%23.33%-
HSV(B)80º14.06%25.1%-
XYZ4.454.934.33-
YUV62.08124.01127.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.89%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=33.89%
G=35.56%
B=30.56%

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
Decimal6164550.0500.140.75807.5623.33
Hex3D403750E4B50817
Octal751006750161131201027
Binary11110110000001101111010111010010111010000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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