#415D42

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

Shades of Grey-Asparagus #415D42

Tints of Grey-Asparagus #415D42

Color information

#415D42 (or 0x415D42) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 5D and 42. RGB value is (65,93,66). Sum of RGB (Red+Green+Blue) = 65+93+66=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #415D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D42 is #BEA2BD. Grayscale: #515151. Windows color (decimal): -12493502 or 4349249. OLE color: 4349249.

HSL color Cylindrical-coordinate representation of color #415D42: hue angle of 122.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D42 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB659366-
CMYK0.3000.290.64
HSL122.14º17.72%30.98%-
HSV(B)122.14º30.11%36.47%-
XYZ7.089.356.59-
YUV81.55119.22116.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.02%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=29.02%
G=41.52%
B=29.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593660.3000.290.64122.1417.7230.98
Hex415D421E01D407a121f
Octal101135102360351001722237
Binary10000011011101100001011110011101100000011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415D42; }

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

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

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

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

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

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

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

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