Html Css Color HEX #486846 Grey-Asparagus

📋 copy color: '#486846'

red 72 ◦ green 104 ◦ blue 70

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

Shades of Grey-Asparagus #486846

Tints of Grey-Asparagus #486846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.28%

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

R = 29.27%
G = 42.28%
B = 28.46%

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

#486846 (or 0x486846) is known color: Grey-Asparagus. HEX triplet: 48, 68 and 46. RGB value is (72,104,70). Sum of RGB (Red+Green+Blue) = 72+104+70=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #486846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486846 is #B797B9. Grayscale: #5A5A5A. Windows color (decimal): -12031930 or 4614216. OLE color: 4614216.

HSL color Cylindrical-coordinate representation of color #486846: hue angle of 116.47º 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 #486846 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 104 70 -
CMYK 0.31 0 0.33 0.59
HSL 116.47º 0.2% 0.34% -
HSV(B) 116.47º 0.33% 0.41% -
XYZ 8.73 11.72 7.6 -
YUV 90.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 72 104 70 0.31 0 0.33 0.59 116.47 0.2 0.34
Hex 48 68 46 1F 0 21 3B 74 14 22
Octal 110 150 106 37 0 41 73 164 24 42
Binary 1001000 1101000 1000110 11111 0 100001 111011 1110100 10100 100010

Color Harmonies of #486846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486846

Black with #486846

Text Example


Text Example

White with #486846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486846; }

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

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

background-color css

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

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

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

border-color css

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

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

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