Html Css Color HEX #485B44 Grey-Asparagus

📋 copy color: '#485B44'

red 72 ◦ green 91 ◦ blue 68

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

Shades of Grey-Asparagus #485B44

Tints of Grey-Asparagus #485B44

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.39%

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

R = 31.17%
G = 39.39%
B = 29.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#485B44 (or 0x485B44) is known color: Grey-Asparagus. HEX triplet: 48, 5B and 44. RGB value is (72,91,68). Sum of RGB (Red+Green+Blue) = 72+91+68=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #485B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B44 is #B7A4BB. Grayscale: #525252. Windows color (decimal): -12035260 or 4479816. OLE color: 4479816.

HSL color Cylindrical-coordinate representation of color #485B44: hue angle of 109.57º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485B44 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 91 68 -
CMYK 0.21 0 0.25 0.64
HSL 109.57º 0.14% 0.31% -
HSV(B) 109.57º 0.25% 0.36% -
XYZ 7.46 9.28 6.87 -
YUV 82.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 72 91 68 0.21 0 0.25 0.64 109.57 0.14 0.31
Hex 48 5B 44 15 0 19 40 6E E 1F
Octal 110 133 104 25 0 31 100 156 16 37
Binary 1001000 1011011 1000100 10101 0 11001 1000000 1101110 1110 11111

Color Harmonies of #485B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B44

Black with #485B44

Text Example


Text Example

White with #485B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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