#41503F

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

Shades of Grey-Asparagus #41503F

Tints of Grey-Asparagus #41503F

Color information

#41503F (or 0x41503F) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 50 and 3F. RGB value is (65,80,63). Sum of RGB (Red+Green+Blue) = 65+80+63=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #41503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41503F is #BEAFC0. Grayscale: #494949. Windows color (decimal): -12496833 or 4149313. OLE color: 4149313.

HSL color Cylindrical-coordinate representation of color #41503F: hue angle of 112.94º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #41503F is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB658063-
CMYK0.1900.210.69
HSL112.94º11.89%28.04%-
HSV(B)112.94º21.25%31.37%-
XYZ5.957.225.78-
YUV73.58122.03121.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 63 (25% from 255) = 30.29%
R=31.25%
G=38.46%
B=30.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580630.1900.210.69112.9411.8928.04
Hex41503F130154571c1c
Octal10112077230251051611434
Binary100000110100001111111001101010110001011110001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41503F; }

 p { color: rgb(65,80,63); }

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

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

 a { background-color: rgb(65,80,63); }

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

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

 span { border-color: rgb(65,80,63); }

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