#41553F

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

Shades of Grey-Asparagus #41553F

Tints of Grey-Asparagus #41553F

Color information

#41553F (or 0x41553F) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 55 and 3F. RGB value is (65,85,63). Sum of RGB (Red+Green+Blue) = 65+85+63=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #41553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41553F is #BEAAC0. Grayscale: #4C4C4C. Windows color (decimal): -12495553 or 4150593. OLE color: 4150593.

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

Color convert

RGB658563-
CMYK0.2400.260.67
HSL114.55º14.86%29.02%-
HSV(B)114.55º25.88%33.33%-
XYZ6.337.985.91-
YUV76.51120.37119.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 63 (25% from 255) = 29.58%
R=30.52%
G=39.91%
B=29.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585630.2400.260.67114.5514.8629.02
Hex41553F1801A4373f1d
Octal10112577300321031631735
Binary100000110101011111111100001101010000111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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