#416444

Color #416444 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #416444

Tints of Grey-Asparagus #416444

Color information

#416444 (or 0x416444) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 64 and 44. RGB value is (65,100,68). Sum of RGB (Red+Green+Blue) = 65+100+68=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #416444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416444 is #BE9BBB. Grayscale: #555555. Windows color (decimal): -12491708 or 4482113. OLE color: 4482113.

HSL color Cylindrical-coordinate representation of color #416444: hue angle of 125.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #416444 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB6510068-
CMYK0.3500.320.61
HSL125.14º21.21%32.35%-
HSV(B)125.14º35%39.22%-
XYZ7.7810.667.12-
YUV85.89117.9113.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=27.90%
G=42.92%
B=29.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100680.3500.320.61125.1421.2132.35
Hex416444230203D7d1520
Octal10114410443040751752540
Binary1000001110010010001001000110100000111101111110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416444; }

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

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

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

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

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

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

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

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