Html Css Color HEX #485848 Grey-Asparagus

📋 copy color: '#485848'

red 72 ◦ green 88 ◦ blue 72

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

Shades of Grey-Asparagus #485848

Tints of Grey-Asparagus #485848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

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

R = 31.03%
G = 37.93%
B = 31.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#485848 (or 0x485848) is known color: Grey-Asparagus. HEX triplet: 48, 58 and 48. RGB value is (72,88,72). Sum of RGB (Red+Green+Blue) = 72+88+72=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #485848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485848 is #B7A7B7. Grayscale: #515151. Windows color (decimal): -12036024 or 4741192. OLE color: 4741192.

HSL color Cylindrical-coordinate representation of color #485848: hue angle of 120º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485848 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 72 -
CMYK 0.18 0 0.18 0.65
HSL 120º 0.1% 0.31% -
HSV(B) 120º 0.18% 0.35% -
XYZ 7.33 8.83 7.45 -
YUV 81.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 72 88 72 0.18 0 0.18 0.65 120 0.1 0.31
Hex 48 58 48 12 0 12 41 78 A 1F
Octal 110 130 110 22 0 22 101 170 12 37
Binary 1001000 1011000 1001000 10010 0 10010 1000001 1111000 1010 11111

Color Harmonies of #485848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485848

Black with #485848

Text Example


Text Example

White with #485848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485848; }

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

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

background-color css

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

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

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

border-color css

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

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

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