Html Css Color HEX #475347 Grey-Asparagus

📋 copy color: '#475347'

red 71 ◦ green 83 ◦ blue 71

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

Shades of Grey-Asparagus #475347

Tints of Grey-Asparagus #475347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.89%

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

R = 31.56%
G = 36.89%
B = 31.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#475347 (or 0x475347) is known color: Grey-Asparagus. HEX triplet: 47, 53 and 47. RGB value is (71,83,71). Sum of RGB (Red+Green+Blue) = 71+83+71=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #475347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475347 is #B8ACB8. Grayscale: #4E4E4E. Windows color (decimal): -12102841 or 4674375. OLE color: 4674375.

HSL color Cylindrical-coordinate representation of color #475347: hue angle of 120º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475347 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 71 -
CMYK 0.14 0 0.14 0.67
HSL 120º 0.08% 0.3% -
HSV(B) 120º 0.14% 0.33% -
XYZ 6.83 7.98 7.14 -
YUV 78.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 71 83 71 0.14 0 0.14 0.67 120 0.08 0.3
Hex 47 53 47 E 0 E 43 78 8 1E
Octal 107 123 107 16 0 16 103 170 10 36
Binary 1000111 1010011 1000111 1110 0 1110 1000011 1111000 1000 11110

Color Harmonies of #475347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475347

Black with #475347

Text Example


Text Example

White with #475347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475347; }

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

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

background-color css

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

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

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

border-color css

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

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

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