#416042

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

Shades of Grey-Asparagus #416042

Tints of Grey-Asparagus #416042

Color information

#416042 (or 0x416042) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 60 and 42. RGB value is (65,96,66). Sum of RGB (Red+Green+Blue) = 65+96+66=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #416042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416042 is #BE9FBD. Grayscale: #535353. Windows color (decimal): -12492734 or 4350017. OLE color: 4350017.

HSL color Cylindrical-coordinate representation of color #416042: hue angle of 121.94º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #416042 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB659666-
CMYK0.3200.310.62
HSL121.94º19.25%31.57%-
HSV(B)121.94º32.29%37.65%-
XYZ7.359.886.67-
YUV83.31118.23114.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=28.63%
G=42.29%
B=29.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596660.3200.310.62121.9419.2531.57
Hex4160422001F3E7a1320
Octal10114010240037761722340
Binary100000111000001000010100000011111111110111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416042; }

 p { color: rgb(65,96,66); }

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

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

 a { background-color: rgb(65,96,66); }

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

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

 span { border-color: rgb(65,96,66); }

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