#3F4337

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

Shades of Zeus #3F4337

Tints of Zeus #3F4337

Color information

#3F4337 (or 0x3F4337) is unknown color: approx Zeus. HEX triplet: 3F, 43 and 37. RGB value is (63,67,55). Sum of RGB (Red+Green+Blue) = 63+67+55=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4337 is #C0BCC8. Grayscale: #404040. Windows color (decimal): -12631241 or 3621695. OLE color: 3621695.

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

Color convert

RGB636755-
CMYK0.0600.180.74
HSL80º9.84%23.92%-
HSV(B)80º17.91%26.27%-
XYZ4.755.354.4-
YUV64.44122.67126.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=34.05%
G=36.22%
B=29.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6367550.0600.180.74809.8423.92
Hex3F433760124A50a18
Octal771036760221121201230
Binary111111100001111011111001001010010101010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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