Html Css Color HEX #485D45 Grey-Asparagus

📋 copy color: '#485D45'

red 72 ◦ green 93 ◦ blue 69

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

Shades of Grey-Asparagus #485D45

Tints of Grey-Asparagus #485D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.74%

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 30.77%
G = 39.74%
B = 29.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#485D45 (or 0x485D45) is known color: Grey-Asparagus. HEX triplet: 48, 5D and 45. RGB value is (72,93,69). Sum of RGB (Red+Green+Blue) = 72+93+69=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #485D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D45 is #B7A2BA. Grayscale: #545454. Windows color (decimal): -12034747 or 4545864. OLE color: 4545864.

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

Color convert

RGB 72 93 69 -
CMYK 0.23 0 0.26 0.64
HSL 112.5º 0.15% 0.32% -
HSV(B) 112.5º 0.26% 0.36% -
XYZ 7.66 9.64 7.09 -
YUV 83.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 72 93 69 0.23 0 0.26 0.64 112.5 0.15 0.32
Hex 48 5D 45 17 0 1A 40 70 F 20
Octal 110 135 105 27 0 32 100 160 17 40
Binary 1001000 1011101 1000101 10111 0 11010 1000000 1110000 1111 100000

Color Harmonies of #485D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D45

Black with #485D45

Text Example


Text Example

White with #485D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,93,69); }

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

background-color css

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

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

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

border-color css

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

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

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