Html Css Color HEX #485F46 Grey-Asparagus

📋 copy color: '#485F46'

red 72 ◦ green 95 ◦ blue 70

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

Shades of Grey-Asparagus #485F46

Tints of Grey-Asparagus #485F46

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.08%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 30.38%
G = 40.08%
B = 29.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#485F46 (or 0x485F46) is known color: Grey-Asparagus. HEX triplet: 48, 5F and 46. RGB value is (72,95,70). Sum of RGB (Red+Green+Blue) = 72+95+70=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #485F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F46 is #B7A0B9. Grayscale: #555555. Windows color (decimal): -12034234 or 4611912. OLE color: 4611912.

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

Color convert

RGB 72 95 70 -
CMYK 0.24 0 0.26 0.63
HSL 115.2º 0.15% 0.32% -
HSV(B) 115.2º 0.26% 0.37% -
XYZ 7.87 10 7.31 -
YUV 85.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 72 95 70 0.24 0 0.26 0.63 115.2 0.15 0.32
Hex 48 5F 46 18 0 1A 3F 73 F 20
Octal 110 137 106 30 0 32 77 163 17 40
Binary 1001000 1011111 1000110 11000 0 11010 111111 1110011 1111 100000

Color Harmonies of #485F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F46

Black with #485F46

Text Example


Text Example

White with #485F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,95,70); }

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

background-color css

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

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

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

border-color css

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

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

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