#41503E

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

Shades of Grey-Asparagus #41503E

Tints of Grey-Asparagus #41503E

Color information

#41503E (or 0x41503E) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 50 and 3E. RGB value is (65,80,62). Sum of RGB (Red+Green+Blue) = 65+80+62=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #41503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41503E is #BEAFC1. Grayscale: #494949. Windows color (decimal): -12496834 or 4083777. OLE color: 4083777.

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

Color convert

RGB658062-
CMYK0.1900.220.69
HSL110º12.68%27.84%-
HSV(B)110º22.5%31.37%-
XYZ5.927.215.64-
YUV73.46121.53121.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=31.40%
G=38.65%
B=29.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580620.1900.220.6911012.6827.84
Hex41503E13016456ed1c
Octal10112076230261051561534
Binary100000110100001111101001101011010001011101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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