#3D3F38

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

Shades of Zeus #3D3F38

Tints of Zeus #3D3F38

Color information

#3D3F38 (or 0x3D3F38) is unknown color: approx Zeus. HEX triplet: 3D, 3F and 38. RGB value is (61,63,56). Sum of RGB (Red+Green+Blue) = 61+63+56=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F38 is #C2C0C7. Grayscale: #3D3D3D. Windows color (decimal): -12763336 or 3686205. OLE color: 3686205.

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

Color convert

RGB616356-
CMYK0.0300.110.75
HSL77.14º5.88%23.33%-
HSV(B)77.14º11.11%24.71%-
XYZ4.424.834.44-
YUV61.6124.84127.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.89%
GREEN value IS 63 (25% from 255) = 35%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=33.89%
G=35%
B=31.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6163560.0300.110.7577.145.8823.33
Hex3D3F3830B4B4d617
Octal7577703013113115627
Binary11110111111111100011010111001011100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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