Html Css Color HEX #486146 Grey-Asparagus

📋 copy color: '#486146'

red 72 ◦ green 97 ◦ blue 70

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

Shades of Grey-Asparagus #486146

Tints of Grey-Asparagus #486146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

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

R = 30.13%
G = 40.59%
B = 29.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#486146 (or 0x486146) is known color: Grey-Asparagus. HEX triplet: 48, 61 and 46. RGB value is (72,97,70). Sum of RGB (Red+Green+Blue) = 72+97+70=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #486146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486146 is #B79EB9. Grayscale: #565656. Windows color (decimal): -12033722 or 4612424. OLE color: 4612424.

HSL color Cylindrical-coordinate representation of color #486146: hue angle of 115.56º 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 #486146 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 70 -
CMYK 0.26 0 0.28 0.62
HSL 115.56º 0.16% 0.33% -
HSV(B) 115.56º 0.28% 0.38% -
XYZ 8.05 10.37 7.37 -
YUV 86.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 72 97 70 0.26 0 0.28 0.62 115.56 0.16 0.33
Hex 48 61 46 1A 0 1C 3E 74 10 21
Octal 110 141 106 32 0 34 76 164 20 41
Binary 1001000 1100001 1000110 11010 0 11100 111110 1110100 10000 100001

Color Harmonies of #486146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486146

Black with #486146

Text Example


Text Example

White with #486146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486146; }

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

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

background-color css

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

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

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

border-color css

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

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

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