#415542

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

Shades of Grey-Asparagus #415542

Tints of Grey-Asparagus #415542

Color information

#415542 (or 0x415542) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 55 and 42. RGB value is (65,85,66). Sum of RGB (Red+Green+Blue) = 65+85+66=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #415542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415542 is #BEAABD. Grayscale: #4C4C4C. Windows color (decimal): -12495550 or 4347201. OLE color: 4347201.

HSL color Cylindrical-coordinate representation of color #415542: hue angle of 123º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415542 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB658566-
CMYK0.2400.220.67
HSL123º13.33%29.41%-
HSV(B)123º23.53%33.33%-
XYZ6.418.016.36-
YUV76.85121.87119.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=30.09%
G=39.35%
B=30.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585660.2400.220.6712313.3329.41
Hex41554218016437bd1d
Octal101125102300261031731535
Binary1000001101010110000101100001011010000111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415542; }

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

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

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

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

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

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

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

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