#416542

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

Shades of Grey-Asparagus #416542

Tints of Grey-Asparagus #416542

Color information

#416542 (or 0x416542) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 65 and 42. RGB value is (65,101,66). Sum of RGB (Red+Green+Blue) = 65+101+66=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #416542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416542 is #BE9ABD. Grayscale: #565656. Windows color (decimal): -12491454 or 4351297. OLE color: 4351297.

HSL color Cylindrical-coordinate representation of color #416542: hue angle of 121.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416542 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB6510166-
CMYK0.3600.350.60
HSL121.67º21.69%32.55%-
HSV(B)121.67º35.64%39.61%-
XYZ7.8210.826.83-
YUV86.25116.57112.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=28.02%
G=43.53%
B=28.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65101660.3600.350.60121.6721.6932.55
Hex416542240233C7a1621
Octal10114510244043741722641
Binary1000001110010110000101001000100011111100111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416542; }

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

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

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

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

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

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

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

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