Html Css Color HEX #485C44 Grey-Asparagus

📋 copy color: '#485C44'

red 72 ◦ green 92 ◦ blue 68

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

Shades of Grey-Asparagus #485C44

Tints of Grey-Asparagus #485C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.66%

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

R = 31.03%
G = 39.66%
B = 29.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#485C44 (or 0x485C44) is known color: Grey-Asparagus. HEX triplet: 48, 5C and 44. RGB value is (72,92,68). Sum of RGB (Red+Green+Blue) = 72+92+68=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #485C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C44 is #B7A3BB. Grayscale: #535353. Windows color (decimal): -12035004 or 4480072. OLE color: 4480072.

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

Color convert

RGB 72 92 68 -
CMYK 0.22 0 0.26 0.64
HSL 110º 0.15% 0.31% -
HSV(B) 110º 0.26% 0.36% -
XYZ 7.54 9.45 6.9 -
YUV 83.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 72 92 68 0.22 0 0.26 0.64 110 0.15 0.31
Hex 48 5C 44 16 0 1A 40 6E F 1F
Octal 110 134 104 26 0 32 100 156 17 37
Binary 1001000 1011100 1000100 10110 0 11010 1000000 1101110 1111 11111

Color Harmonies of #485C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C44

Black with #485C44

Text Example


Text Example

White with #485C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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