#414439

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

Shades of Zeus #414439

Tints of Zeus #414439

Color information

#414439 (or 0x414439) is unknown color: approx Zeus. HEX triplet: 41, 44 and 39. RGB value is (65,68,57). Sum of RGB (Red+Green+Blue) = 65+68+57=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 68 - color contains mainly: green. Hex color #414439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414439 is #BEBBC6. Grayscale: #414141. Windows color (decimal): -12499911 or 3753025. OLE color: 3753025.

HSL color Cylindrical-coordinate representation of color #414439: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #414439 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB656857-
CMYK0.0400.160.73
HSL76.36º8.8%24.51%-
HSV(B)76.36º16.18%26.67%-
XYZ4.995.554.68-
YUV65.85123.01127.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 57 (22.66% from 255) = 30%
R=34.21%
G=35.79%
B=30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6568570.0400.160.7376.368.824.51
Hex4144394010494c919
Octal1011047140201111141131
Binary1000001100010011100110001000010010011001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414439; }

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

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

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

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

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

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

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

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