#41553D

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

Shades of Grey-Asparagus #41553D

Tints of Grey-Asparagus #41553D

Color information

#41553D (or 0x41553D) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 55 and 3D. RGB value is (65,85,61). Sum of RGB (Red+Green+Blue) = 65+85+61=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #41553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41553D is #BEAAC2. Grayscale: #4C4C4C. Windows color (decimal): -12495555 or 4019521. OLE color: 4019521.

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

Color convert

RGB658561-
CMYK0.2400.280.67
HSL110º16.44%28.63%-
HSV(B)110º28.24%33.33%-
XYZ6.277.965.62-
YUV76.28119.37119.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=30.81%
G=40.28%
B=28.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585610.2400.280.6711016.4428.63
Hex41553D1801C436e101d
Octal10112575300341031562035
Binary1000001101010111110111000011100100001111011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41553D; }

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

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

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

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

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

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

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

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