Html Css Color HEX #41523F Grey-Asparagus

📋 copy color: '#41523F'

red 65 ◦ green 82 ◦ blue 63

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

Shades of Grey-Asparagus #41523F

Tints of Grey-Asparagus #41523F

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 value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#41523F (or 0x41523F) is known color: 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

RGB 65 82 63 -
CMYK 0.21 0 0.23 0.68
HSL 113.68º 0.13% 0.28% -
HSV(B) 113.68º 0.23% 0.32% -
XYZ 6.09 7.52 5.83 -
YUV 74.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 65 82 63 0.21 0 0.23 0.68 113.68 0.13 0.28
Hex 41 52 3F 15 0 17 44 72 D 1C
Octal 101 122 77 25 0 27 104 162 15 34
Binary 1000001 1010010 111111 10101 0 10111 1000100 1110010 1101 11100

Color Harmonies of #41523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41523F

Black with #41523F

Text Example


Text Example

White with #41523F

Text Example


Text Example

HTML Codes & Css Web 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>