Html Css Color HEX #475847 Grey-Asparagus

📋 copy color: '#475847'

red 71 ◦ green 88 ◦ blue 71

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

Shades of Grey-Asparagus #475847

Tints of Grey-Asparagus #475847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.26%

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

R = 30.87%
G = 38.26%
B = 30.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#475847 (or 0x475847) is known color: Grey-Asparagus. HEX triplet: 47, 58 and 47. RGB value is (71,88,71). Sum of RGB (Red+Green+Blue) = 71+88+71=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #475847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475847 is #B8A7B8. Grayscale: #515151. Windows color (decimal): -12101561 or 4675655. OLE color: 4675655.

HSL color Cylindrical-coordinate representation of color #475847: 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.19%. Process color model (Four color, CMYK) of #475847 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 71 -
CMYK 0.19 0 0.19 0.65
HSL 120º 0.11% 0.31% -
HSV(B) 120º 0.19% 0.35% -
XYZ 7.23 8.77 7.27 -
YUV 80.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 71 88 71 0.19 0 0.19 0.65 120 0.11 0.31
Hex 47 58 47 13 0 13 41 78 B 1F
Octal 107 130 107 23 0 23 101 170 13 37
Binary 1000111 1011000 1000111 10011 0 10011 1000001 1111000 1011 11111

Color Harmonies of #475847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475847

Black with #475847

Text Example


Text Example

White with #475847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475847; }

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

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

background-color css

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

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

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

border-color css

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

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

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