Html Css Color HEX #41533F Grey-Asparagus

📋 copy color: '#41533F'

red 65 ◦ green 83 ◦ blue 63

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

Shades of Grey-Asparagus #41533F

Tints of Grey-Asparagus #41533F

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

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 65 83 63 -
CMYK 0.22 0 0.24 0.67
HSL 114º 0.14% 0.29% -
HSV(B) 114º 0.24% 0.33% -
XYZ 6.17 7.67 5.86 -
YUV 75.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 65 83 63 0.22 0 0.24 0.67 114 0.14 0.29
Hex 41 53 3F 16 0 18 43 72 E 1D
Octal 101 123 77 26 0 30 103 162 16 35
Binary 1000001 1010011 111111 10110 0 11000 1000011 1110010 1110 11101

Color Harmonies of #41533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41533F

Black with #41533F

Text Example


Text Example

White with #41533F

Text Example


Text Example

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