Html Css Color HEX #486247 Grey-Asparagus

📋 copy color: '#486247'

red 72 ◦ green 98 ◦ blue 71

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

Shades of Grey-Asparagus #486247

Tints of Grey-Asparagus #486247

RGB

 RED value IS 72 (28.52% from 255) = 29.88%

 GREEN value IS 98 (38.67% from 255) = 40.66%

 BLUE value IS 71 (28.13% from 255) = 29.46%

R = 29.88%
G = 40.66%
B = 29.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#486247 (or 0x486247) is known color: Grey-Asparagus. HEX triplet: 48, 62 and 47. RGB value is (72,98,71). Sum of RGB (Red+Green+Blue) = 72+98+71=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #486247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486247 is #B79DB8. Grayscale: #575757. Windows color (decimal): -12033465 or 4678216. OLE color: 4678216.

HSL color Cylindrical-coordinate representation of color #486247: hue angle of 117.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486247 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 71 -
CMYK 0.27 0 0.28 0.62
HSL 117.78º 0.16% 0.33% -
HSV(B) 117.78º 0.28% 0.38% -
XYZ 8.18 10.57 7.57 -
YUV 87.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 72 98 71 0.27 0 0.28 0.62 117.78 0.16 0.33
Hex 48 62 47 1B 0 1C 3E 76 10 21
Octal 110 142 107 33 0 34 76 166 20 41
Binary 1001000 1100010 1000111 11011 0 11100 111110 1110110 10000 100001

Color Harmonies of #486247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486247

Black with #486247

Text Example


Text Example

White with #486247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486247; }

 p { color: rgb(72,98,71); }

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

background-color css

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

 a { background-color: rgb(72,98,71); }

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

border-color css

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

 span { border-color: rgb(72,98,71); }

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