Html Css Color HEX #486946 Grey-Asparagus

📋 copy color: '#486946'

red 72 ◦ green 105 ◦ blue 70

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

Shades of Grey-Asparagus #486946

Tints of Grey-Asparagus #486946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.51%

 BLUE value IS 70 (27.73% from 255) = 28.34%

R = 29.15%
G = 42.51%
B = 28.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#486946 (or 0x486946) is known color: Grey-Asparagus. HEX triplet: 48, 69 and 46. RGB value is (72,105,70). Sum of RGB (Red+Green+Blue) = 72+105+70=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #486946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486946 is #B796B9. Grayscale: #5B5B5B. Windows color (decimal): -12031674 or 4614472. OLE color: 4614472.

HSL color Cylindrical-coordinate representation of color #486946: hue angle of 116.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486946 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 70 -
CMYK 0.31 0 0.33 0.59
HSL 116.57º 0.2% 0.34% -
HSV(B) 116.57º 0.33% 0.41% -
XYZ 8.83 11.92 7.63 -
YUV 91.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 72 105 70 0.31 0 0.33 0.59 116.57 0.2 0.34
Hex 48 69 46 1F 0 21 3B 75 14 22
Octal 110 151 106 37 0 41 73 165 24 42
Binary 1001000 1101001 1000110 11111 0 100001 111011 1110101 10100 100010

Color Harmonies of #486946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486946

Black with #486946

Text Example


Text Example

White with #486946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486946; }

 p { color: rgb(72,105,70); }

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

background-color css

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

 a { background-color: rgb(72,105,70); }

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

border-color css

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

 span { border-color: rgb(72,105,70); }

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