Html Css Color HEX #486048 Grey-Asparagus

📋 copy color: '#486048'

red 72 ◦ green 96 ◦ blue 72

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

Shades of Grey-Asparagus #486048

Tints of Grey-Asparagus #486048

RGB

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

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

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

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#486048 (or 0x486048) is known color: Grey-Asparagus. HEX triplet: 48, 60 and 48. RGB value is (72,96,72). Sum of RGB (Red+Green+Blue) = 72+96+72=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #486048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486048 is #B79FB7. Grayscale: #565656. Windows color (decimal): -12033976 or 4743240. OLE color: 4743240.

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

Color convert

RGB 72 96 72 -
CMYK 0.25 0 0.25 0.62
HSL 120º 0.14% 0.33% -
HSV(B) 120º 0.25% 0.38% -
XYZ 8.03 10.21 7.68 -
YUV 86.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 72 96 72 0.25 0 0.25 0.62 120 0.14 0.33
Hex 48 60 48 19 0 19 3E 78 E 21
Octal 110 140 110 31 0 31 76 170 16 41
Binary 1001000 1100000 1001000 11001 0 11001 111110 1111000 1110 100001

Color Harmonies of #486048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486048

Black with #486048

Text Example


Text Example

White with #486048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486048; }

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

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

background-color css

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

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

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

border-color css

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

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

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