Html Css Color HEX #475147 Grey-Asparagus

📋 copy color: '#475147'

red 71 ◦ green 81 ◦ blue 71

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

Shades of Grey-Asparagus #475147

Tints of Grey-Asparagus #475147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 31.84%
G = 36.32%
B = 31.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#475147 (or 0x475147) is known color: Grey-Asparagus. HEX triplet: 47, 51 and 47. RGB value is (71,81,71). Sum of RGB (Red+Green+Blue) = 71+81+71=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #475147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475147 is #B8AEB8. Grayscale: #4C4C4C. Windows color (decimal): -12103353 or 4673863. OLE color: 4673863.

HSL color Cylindrical-coordinate representation of color #475147: hue angle of 120º 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 #475147 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 81 71 -
CMYK 0.12 0 0.12 0.68
HSL 120º 0.07% 0.3% -
HSV(B) 120º 0.12% 0.32% -
XYZ 6.68 7.68 7.09 -
YUV 76.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 71 81 71 0.12 0 0.12 0.68 120 0.07 0.3
Hex 47 51 47 C 0 C 44 78 7 1E
Octal 107 121 107 14 0 14 104 170 7 36
Binary 1000111 1010001 1000111 1100 0 1100 1000100 1111000 111 11110

Color Harmonies of #475147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475147

Black with #475147

Text Example


Text Example

White with #475147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475147; }

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

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

background-color css

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

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

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

border-color css

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

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

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