Html Css Color HEX #475747 Grey-Asparagus

📋 copy color: '#475747'

red 71 ◦ green 87 ◦ blue 71

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

Shades of Grey-Asparagus #475747

Tints of Grey-Asparagus #475747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

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

R = 31%
G = 37.99%
B = 31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#475747 (or 0x475747) is known color: Grey-Asparagus. HEX triplet: 47, 57 and 47. RGB value is (71,87,71). Sum of RGB (Red+Green+Blue) = 71+87+71=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #475747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475747 is #B8A8B8. Grayscale: #505050. Windows color (decimal): -12101817 or 4675399. OLE color: 4675399.

HSL color Cylindrical-coordinate representation of color #475747: hue angle of 120º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #475747 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 71 -
CMYK 0.18 0 0.18 0.66
HSL 120º 0.1% 0.31% -
HSV(B) 120º 0.18% 0.34% -
XYZ 7.14 8.61 7.25 -
YUV 80.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 71 87 71 0.18 0 0.18 0.66 120 0.1 0.31
Hex 47 57 47 12 0 12 42 78 A 1F
Octal 107 127 107 22 0 22 102 170 12 37
Binary 1000111 1010111 1000111 10010 0 10010 1000010 1111000 1010 11111

Color Harmonies of #475747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475747

Black with #475747

Text Example


Text Example

White with #475747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475747; }

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

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

background-color css

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

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

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

border-color css

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

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

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