Html Css Color HEX #486046 Grey-Asparagus

📋 copy color: '#486046'

red 72 ◦ green 96 ◦ blue 70

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

Shades of Grey-Asparagus #486046

Tints of Grey-Asparagus #486046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

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

R = 30.25%
G = 40.34%
B = 29.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#486046 (or 0x486046) is known color: Grey-Asparagus. HEX triplet: 48, 60 and 46. RGB value is (72,96,70). Sum of RGB (Red+Green+Blue) = 72+96+70=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #486046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486046 is #B79FB9. Grayscale: #555555. Windows color (decimal): -12033978 or 4612168. OLE color: 4612168.

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

Color convert

RGB 72 96 70 -
CMYK 0.25 0 0.27 0.62
HSL 115.38º 0.16% 0.33% -
HSV(B) 115.38º 0.27% 0.38% -
XYZ 7.96 10.19 7.34 -
YUV 85.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 72 96 70 0.25 0 0.27 0.62 115.38 0.16 0.33
Hex 48 60 46 19 0 1B 3E 73 10 21
Octal 110 140 106 31 0 33 76 163 20 41
Binary 1001000 1100000 1000110 11001 0 11011 111110 1110011 10000 100001

Color Harmonies of #486046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486046

Black with #486046

Text Example


Text Example

White with #486046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486046; }

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

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

background-color css

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

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

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

border-color css

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

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

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