Html Css Color HEX #475546 Grey-Asparagus

📋 copy color: '#475546'

red 71 ◦ green 85 ◦ blue 70

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

Shades of Grey-Asparagus #475546

Tints of Grey-Asparagus #475546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 70 (27.73% from 255) = 30.97%

R = 31.42%
G = 37.61%
B = 30.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#475546 (or 0x475546) is known color: Grey-Asparagus. HEX triplet: 47, 55 and 46. RGB value is (71,85,70). Sum of RGB (Red+Green+Blue) = 71+85+70=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #475546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475546 is #B8AAB9. Grayscale: #4F4F4F. Windows color (decimal): -12102330 or 4609351. OLE color: 4609351.

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

Color convert

RGB 71 85 70 -
CMYK 0.16 0 0.18 0.67
HSL 116º 0.1% 0.3% -
HSV(B) 116º 0.18% 0.33% -
XYZ 6.95 8.28 7.03 -
YUV 79.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 71 85 70 0.16 0 0.18 0.67 116 0.1 0.3
Hex 47 55 46 10 0 12 43 74 A 1E
Octal 107 125 106 20 0 22 103 164 12 36
Binary 1000111 1010101 1000110 10000 0 10010 1000011 1110100 1010 11110

Color Harmonies of #475546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475546

Black with #475546

Text Example


Text Example

White with #475546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475546; }

 p { color: rgb(71,85,70); }

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

background-color css

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

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

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

border-color css

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

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

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