Html Css Color HEX #41503F Grey-Asparagus

📋 copy color: '#41503F'

red 65 ◦ green 80 ◦ blue 63

#41503F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #41503F

Tints of Grey-Asparagus #41503F

RGB

 RED value IS 65 (25.78% from 255) = 31.25%

 GREEN value IS 80 (31.64% from 255) = 38.46%

 BLUE value IS 63 (25% from 255) = 30.29%

R = 31.25%
G = 38.46%
B = 30.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#41503F (or 0x41503F) is known color: Grey-Asparagus. HEX triplet: 41, 50 and 3F. RGB value is (65,80,63). Sum of RGB (Red+Green+Blue) = 65+80+63=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #41503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41503F is #BEAFC0. Grayscale: #494949. Windows color (decimal): -12496833 or 4149313. OLE color: 4149313.

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

Color convert

RGB 65 80 63 -
CMYK 0.19 0 0.21 0.69
HSL 112.94º 0.12% 0.28% -
HSV(B) 112.94º 0.21% 0.31% -
XYZ 5.95 7.22 5.78 -
YUV 73.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 65 80 63 0.19 0 0.21 0.69 112.94 0.12 0.28
Hex 41 50 3F 13 0 15 45 71 C 1C
Octal 101 120 77 23 0 25 105 161 14 34
Binary 1000001 1010000 111111 10011 0 10101 1000101 1110001 1100 11100

Color Harmonies of #41503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41503F

Black with #41503F

Text Example


Text Example

White with #41503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41503F;
 }
 .AnyTagClassName
 {
   color: #41503F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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