#3F4139

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

Shades of Zeus #3F4139

Tints of Zeus #3F4139

Color information

#3F4139 (or 0x3F4139) is unknown color: approx Zeus. HEX triplet: 3F, 41 and 39. RGB value is (63,65,57). Sum of RGB (Red+Green+Blue) = 63+65+57=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4139 is #C0BEC6. Grayscale: #3F3F3F. Windows color (decimal): -12631751 or 3752255. OLE color: 3752255.

HSL color Cylindrical-coordinate representation of color #3F4139: hue angle of 75º 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 #3F4139 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB636557-
CMYK0.0300.120.75
HSL75º6.56%23.92%-
HSV(B)75º12.31%25.49%-
XYZ4.685.134.62-
YUV63.49124.34127.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=34.05%
G=35.14%
B=30.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365570.0300.120.75756.5623.92
Hex3F413930C4B4b718
Octal77101713014113113730
Binary111111100000111100111011001001011100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,65,57); }

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

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

 a { background-color: rgb(63,65,57); }

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

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

 span { border-color: rgb(63,65,57); }

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