#41523F

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

Shades of Grey-Asparagus #41523F

Tints of Grey-Asparagus #41523F

Color information

#41523F (or 0x41523F) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 52 and 3F. RGB value is (65,82,63). Sum of RGB (Red+Green+Blue) = 65+82+63=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #41523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41523F is #BEADC0. Grayscale: #4A4A4A. Windows color (decimal): -12496321 or 4149825. OLE color: 4149825.

HSL color Cylindrical-coordinate representation of color #41523F: hue angle of 113.68º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #41523F is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB658263-
CMYK0.2100.230.68
HSL113.68º13.1%28.43%-
HSV(B)113.68º23.17%32.16%-
XYZ6.097.525.83-
YUV74.75121.37121.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 63 (25% from 255) = 30%
R=30.95%
G=39.05%
B=30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6582630.2100.230.68113.6813.128.43
Hex41523F150174472d1c
Octal10112277250271041621534
Binary100000110100101111111010101011110001001110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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