#3F423A

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

Shades of Zeus #3F423A

Tints of Zeus #3F423A

Color information

#3F423A (or 0x3F423A) is unknown color: approx Zeus. HEX triplet: 3F, 42 and 3A. RGB value is (63,66,58). Sum of RGB (Red+Green+Blue) = 63+66+58=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 66 - color contains mainly: green. Hex color #3F423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F423A is #C0BDC5. Grayscale: #404040. Windows color (decimal): -12631494 or 3818047. OLE color: 3818047.

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

Color convert

RGB636658-
CMYK0.0500.120.74
HSL82.5º6.45%24.31%-
HSV(B)82.5º12.12%25.88%-
XYZ4.765.264.77-
YUV64.19124.51127.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=33.69%
G=35.29%
B=31.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366580.0500.120.7482.56.4524.31
Hex3F423A50C4A53618
Octal77102725014112123630
Binary1111111000010111010101011001001010101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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