#3D4038

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

Shades of Zeus #3D4038

Tints of Zeus #3D4038

Color information

#3D4038 (or 0x3D4038) is unknown color: approx Zeus. HEX triplet: 3D, 40 and 38. RGB value is (61,64,56). Sum of RGB (Red+Green+Blue) = 61+64+56=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4038 is #C2BFC7. Grayscale: #3E3E3E. Windows color (decimal): -12763080 or 3686461. OLE color: 3686461.

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

Color convert

RGB616456-
CMYK0.0500.130.75
HSL82.5º6.67%23.53%-
HSV(B)82.5º12.5%25.1%-
XYZ4.474.944.46-
YUV62.19124.51127.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.70%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=33.70%
G=35.36%
B=30.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164560.0500.130.7582.56.6723.53
Hex3D403850D4B53718
Octal75100705015113123730
Binary1111011000000111000101011011001011101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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