Html Css Color HEX #414637 Zeus

📋 copy color: '#414637'

red 65 ◦ green 70 ◦ blue 55

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

Shades of Zeus #414637

Tints of Zeus #414637

RGB

 RED value IS 65 (25.78% from 255) = 34.21%

 GREEN value IS 70 (27.73% from 255) = 36.84%

 BLUE value IS 55 (21.88% from 255) = 28.95%

R = 34.21%
G = 36.84%
B = 28.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#414637 (or 0x414637) is known color: Zeus. HEX triplet: 41, 46 and 37. RGB value is (65,70,55). Sum of RGB (Red+Green+Blue) = 65+70+55=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #414637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414637 is #BEB9C8. Grayscale: #424242. Windows color (decimal): -12499401 or 3622465. OLE color: 3622465.

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

Color convert

RGB 65 70 55 -
CMYK 0.07 0 0.21 0.73
HSL 80º 0.12% 0.25% -
HSV(B) 80º 0.21% 0.27% -
XYZ 5.06 5.78 4.46 -
YUV 66.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 65 70 55 0.07 0 0.21 0.73 80 0.12 0.25
Hex 41 46 37 7 0 15 49 50 C 19
Octal 101 106 67 7 0 25 111 120 14 31
Binary 1000001 1000110 110111 111 0 10101 1001001 1010000 1100 11001

Color Harmonies of #414637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414637

Black with #414637

Text Example


Text Example

White with #414637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414637; }

 p { color: rgb(65,70,55); }

 H1.HeaderClassName
 {
   color: #414637;
 }
 .AnyTagClassName
 {
   color: #414637;
 }
</style>

background-color css

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

 a { background-color: rgb(65,70,55); }

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

border-color css

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

 span { border-color: rgb(65,70,55); }

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