#3F4237

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

Shades of Zeus #3F4237

Tints of Zeus #3F4237

Color information

#3F4237 (or 0x3F4237) is unknown color: approx Zeus. HEX triplet: 3F, 42 and 37. RGB value is (63,66,55). Sum of RGB (Red+Green+Blue) = 63+66+55=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4237 is #C0BDC8. Grayscale: #3F3F3F. Windows color (decimal): -12631497 or 3621439. OLE color: 3621439.

HSL color Cylindrical-coordinate representation of color #3F4237: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F4237 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB636655-
CMYK0.0500.170.74
HSL76.36º9.09%23.73%-
HSV(B)76.36º16.67%25.88%-
XYZ4.695.234.38-
YUV63.85123.01127.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 55 (21.88% from 255) = 29.89%
R=34.24%
G=35.87%
B=29.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366550.0500.170.7476.369.0923.73
Hex3F423750114A4c918
Octal771026750211121141130
Binary111111100001011011110101000110010101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,55); }

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

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

 a { background-color: rgb(63,66,55); }

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

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

 span { border-color: rgb(63,66,55); }

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