#41533F

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

Shades of Grey-Asparagus #41533F

Tints of Grey-Asparagus #41533F

Color information

#41533F (or 0x41533F) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 53 and 3F. RGB value is (65,83,63). Sum of RGB (Red+Green+Blue) = 65+83+63=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #41533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41533F is #BEACC0. Grayscale: #4B4B4B. Windows color (decimal): -12496065 or 4150081. OLE color: 4150081.

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

Color convert

RGB658363-
CMYK0.2200.240.67
HSL114º13.7%28.63%-
HSV(B)114º24.1%32.55%-
XYZ6.177.675.86-
YUV75.34121.04120.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 63 (25% from 255) = 29.86%
R=30.81%
G=39.34%
B=29.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583630.2200.240.6711413.728.63
Hex41533F160184372e1d
Octal10112377260301031621635
Binary100000110100111111111011001100010000111110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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