Html Css Color HEX #414439 Zeus

📋 copy color: '#414439'

red 65 ◦ green 68 ◦ blue 57

#414439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zeus #414439

Tints of Zeus #414439

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 value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#414439 (or 0x414439) is known color: 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

RGB 65 68 57 -
CMYK 0.04 0 0.16 0.73
HSL 76.36º 0.09% 0.25% -
HSV(B) 76.36º 0.16% 0.27% -
XYZ 4.99 5.55 4.68 -
YUV 65.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 65 68 57 0.04 0 0.16 0.73 76.36 0.09 0.25
Hex 41 44 39 4 0 10 49 4C 9 19
Octal 101 104 71 4 0 20 111 114 11 31
Binary 1000001 1000100 111001 100 0 10000 1001001 1001100 1001 11001

Color Harmonies of #414439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414439

Black with #414439

Text Example


Text Example

White with #414439

Text Example


Text Example

HTML Codes & Css Web 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>