Html Css Color HEX #486245 Grey-Asparagus

📋 copy color: '#486245'

red 72 ◦ green 98 ◦ blue 69

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

Shades of Grey-Asparagus #486245

Tints of Grey-Asparagus #486245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.87%

R = 30.13%
G = 41%
B = 28.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#486245 (or 0x486245) is known color: Grey-Asparagus. HEX triplet: 48, 62 and 45. RGB value is (72,98,69). Sum of RGB (Red+Green+Blue) = 72+98+69=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #486245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486245 is #B79DBA. Grayscale: #575757. Windows color (decimal): -12033467 or 4547144. OLE color: 4547144.

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

Color convert

RGB 72 98 69 -
CMYK 0.27 0 0.30 0.62
HSL 113.79º 0.17% 0.33% -
HSV(B) 113.79º 0.3% 0.38% -
XYZ 8.11 10.54 7.24 -
YUV 86.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 72 98 69 0.27 0 0.30 0.62 113.79 0.17 0.33
Hex 48 62 45 1B 0 1E 3E 72 11 21
Octal 110 142 105 33 0 36 76 162 21 41
Binary 1001000 1100010 1000101 11011 0 11110 111110 1110010 10001 100001

Color Harmonies of #486245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486245

Black with #486245

Text Example


Text Example

White with #486245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486245; }

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

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

background-color css

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

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

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

border-color css

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

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

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