Html Css Color HEX #486546 Grey-Asparagus

📋 copy color: '#486546'

red 72 ◦ green 101 ◦ blue 70

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

Shades of Grey-Asparagus #486546

Tints of Grey-Asparagus #486546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.56%

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

R = 29.63%
G = 41.56%
B = 28.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#486546 (or 0x486546) is known color: Grey-Asparagus. HEX triplet: 48, 65 and 46. RGB value is (72,101,70). Sum of RGB (Red+Green+Blue) = 72+101+70=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #486546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486546 is #B79AB9. Grayscale: #585858. Windows color (decimal): -12032698 or 4613448. OLE color: 4613448.

HSL color Cylindrical-coordinate representation of color #486546: hue angle of 116.13º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486546 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 70 -
CMYK 0.29 0 0.31 0.60
HSL 116.13º 0.18% 0.34% -
HSV(B) 116.13º 0.31% 0.4% -
XYZ 8.43 11.13 7.5 -
YUV 88.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 72 101 70 0.29 0 0.31 0.60 116.13 0.18 0.34
Hex 48 65 46 1D 0 1F 3C 74 12 22
Octal 110 145 106 35 0 37 74 164 22 42
Binary 1001000 1100101 1000110 11101 0 11111 111100 1110100 10010 100010

Color Harmonies of #486546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486546

Black with #486546

Text Example


Text Example

White with #486546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486546; }

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

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

background-color css

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

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

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

border-color css

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

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

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