Html Css Color HEX #486244 Grey-Asparagus

📋 copy color: '#486244'

red 72 ◦ green 98 ◦ blue 68

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

Shades of Grey-Asparagus #486244

Tints of Grey-Asparagus #486244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 30.25%
G = 41.18%
B = 28.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#486244 (or 0x486244) is known color: Grey-Asparagus. HEX triplet: 48, 62 and 44. RGB value is (72,98,68). Sum of RGB (Red+Green+Blue) = 72+98+68=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #486244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486244 is #B79DBB. Grayscale: #565656. Windows color (decimal): -12033468 or 4481608. OLE color: 4481608.

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

Color convert

RGB 72 98 68 -
CMYK 0.27 0 0.31 0.62
HSL 112º 0.18% 0.33% -
HSV(B) 112º 0.31% 0.38% -
XYZ 8.08 10.53 7.08 -
YUV 86.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 72 98 68 0.27 0 0.31 0.62 112 0.18 0.33
Hex 48 62 44 1B 0 1F 3E 70 12 21
Octal 110 142 104 33 0 37 76 160 22 41
Binary 1001000 1100010 1000100 11011 0 11111 111110 1110000 10010 100001

Color Harmonies of #486244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486244

Black with #486244

Text Example


Text Example

White with #486244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486244; }

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

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

background-color css

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

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

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

border-color css

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

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

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