Html Css Color HEX #486246 Grey-Asparagus

📋 copy color: '#486246'

red 72 ◦ green 98 ◦ blue 70

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

Shades of Grey-Asparagus #486246

Tints of Grey-Asparagus #486246

RGB

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

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

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

R = 30%
G = 40.83%
B = 29.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#486246 (or 0x486246) is known color: Grey-Asparagus. HEX triplet: 48, 62 and 46. RGB value is (72,98,70). Sum of RGB (Red+Green+Blue) = 72+98+70=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #486246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486246 is #B79DB9. Grayscale: #575757. Windows color (decimal): -12033466 or 4612680. OLE color: 4612680.

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

Color convert

RGB 72 98 70 -
CMYK 0.27 0 0.29 0.62
HSL 115.71º 0.17% 0.33% -
HSV(B) 115.71º 0.29% 0.38% -
XYZ 8.15 10.56 7.4 -
YUV 87.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 72 98 70 0.27 0 0.29 0.62 115.71 0.17 0.33
Hex 48 62 46 1B 0 1D 3E 74 11 21
Octal 110 142 106 33 0 35 76 164 21 41
Binary 1001000 1100010 1000110 11011 0 11101 111110 1110100 10001 100001

Color Harmonies of #486246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486246

Black with #486246

Text Example


Text Example

White with #486246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486246; }

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

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

background-color css

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

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

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

border-color css

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

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

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