Html Css Color HEX #475148 Grey-Asparagus

📋 copy color: '#475148'

red 71 ◦ green 81 ◦ blue 72

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

Shades of Grey-Asparagus #475148

Tints of Grey-Asparagus #475148

RGB

 RED value IS 71 (28.13% from 255) = 31.7%

 GREEN value IS 81 (32.03% from 255) = 36.16%

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

R = 31.7%
G = 36.16%
B = 32.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#475148 (or 0x475148) is known color: Grey-Asparagus. HEX triplet: 47, 51 and 48. RGB value is (71,81,72). Sum of RGB (Red+Green+Blue) = 71+81+72=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #475148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475148 is #B8AEB7. Grayscale: #4D4D4D. Windows color (decimal): -12103352 or 4739399. OLE color: 4739399.

HSL color Cylindrical-coordinate representation of color #475148: hue angle of 126º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #475148 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 81 72 -
CMYK 0.12 0 0.11 0.68
HSL 126º 0.07% 0.3% -
HSV(B) 126º 0.12% 0.32% -
XYZ 6.71 7.69 7.26 -
YUV 76.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 71 81 72 0.12 0 0.11 0.68 126 0.07 0.3
Hex 47 51 48 C 0 B 44 7E 7 1E
Octal 107 121 110 14 0 13 104 176 7 36
Binary 1000111 1010001 1001000 1100 0 1011 1000100 1111110 111 11110

Color Harmonies of #475148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475148

Black with #475148

Text Example


Text Example

White with #475148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475148; }

 p { color: rgb(71,81,72); }

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

background-color css

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

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

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

border-color css

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

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

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