#3F4238

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

Shades of Zeus #3F4238

Tints of Zeus #3F4238

Color information

#3F4238 (or 0x3F4238) is unknown color: approx Zeus. HEX triplet: 3F, 42 and 38. RGB value is (63,66,56). Sum of RGB (Red+Green+Blue) = 63+66+56=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4238 is #C0BDC7. Grayscale: #404040. Windows color (decimal): -12631496 or 3686975. OLE color: 3686975.

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

Color convert

RGB636656-
CMYK0.0500.150.74
HSL78º8.2%23.92%-
HSV(B)78º15.15%25.88%-
XYZ4.715.244.5-
YUV63.96123.51127.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=34.05%
G=35.68%
B=30.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366560.0500.150.74788.223.92
Hex3F423850F4A4e818
Octal771027050171121161030
Binary11111110000101110001010111110010101001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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