Html Css Color HEX #486644 Grey-Asparagus

📋 copy color: '#486644'

red 72 ◦ green 102 ◦ blue 68

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

Shades of Grey-Asparagus #486644

Tints of Grey-Asparagus #486644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.15%

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

R = 29.75%
G = 42.15%
B = 28.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#486644 (or 0x486644) is known color: Grey-Asparagus. HEX triplet: 48, 66 and 44. RGB value is (72,102,68). Sum of RGB (Red+Green+Blue) = 72+102+68=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #486644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486644 is #B799BB. Grayscale: #595959. Windows color (decimal): -12032444 or 4482632. OLE color: 4482632.

HSL color Cylindrical-coordinate representation of color #486644: hue angle of 112.94º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486644 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 68 -
CMYK 0.29 0 0.33 0.6
HSL 112.94º 0.2% 0.33% -
HSV(B) 112.94º 0.33% 0.4% -
XYZ 8.47 11.3 7.2 -
YUV 89.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 72 102 68 0.29 0 0.33 0.6 112.94 0.2 0.33
Hex 48 66 44 1D 0 21 3C 71 14 21
Octal 110 146 104 35 0 41 74 161 24 41
Binary 1001000 1100110 1000100 11101 0 100001 111100 1110001 10100 100001

Color Harmonies of #486644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486644

Black with #486644

Text Example


Text Example

White with #486644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486644; }

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

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

background-color css

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

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

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

border-color css

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

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

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