Html Css Color HEX #475947 Grey-Asparagus

📋 copy color: '#475947'

red 71 ◦ green 89 ◦ blue 71

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

Shades of Grey-Asparagus #475947

Tints of Grey-Asparagus #475947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

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

R = 30.74%
G = 38.53%
B = 30.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#475947 (or 0x475947) is known color: Grey-Asparagus. HEX triplet: 47, 59 and 47. RGB value is (71,89,71). Sum of RGB (Red+Green+Blue) = 71+89+71=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #475947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475947 is #B8A6B8. Grayscale: #515151. Windows color (decimal): -12101305 or 4675911. OLE color: 4675911.

HSL color Cylindrical-coordinate representation of color #475947: hue angle of 120º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475947 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 71 -
CMYK 0.20 0 0.20 0.65
HSL 120º 0.11% 0.31% -
HSV(B) 120º 0.2% 0.35% -
XYZ 7.31 8.94 7.3 -
YUV 81.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 71 89 71 0.20 0 0.20 0.65 120 0.11 0.31
Hex 47 59 47 14 0 14 41 78 B 1F
Octal 107 131 107 24 0 24 101 170 13 37
Binary 1000111 1011001 1000111 10100 0 10100 1000001 1111000 1011 11111

Color Harmonies of #475947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475947

Black with #475947

Text Example


Text Example

White with #475947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475947; }

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

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

background-color css

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

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

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

border-color css

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

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

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