Html Css Color HEX #475146 Grey-Asparagus

📋 copy color: '#475146'

red 71 ◦ green 81 ◦ blue 70

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

Shades of Grey-Asparagus #475146

Tints of Grey-Asparagus #475146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

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

R = 31.98%
G = 36.49%
B = 31.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#475146 (or 0x475146) is known color: Grey-Asparagus. HEX triplet: 47, 51 and 46. RGB value is (71,81,70). Sum of RGB (Red+Green+Blue) = 71+81+70=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #475146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475146 is #B8AEB9. Grayscale: #4C4C4C. Windows color (decimal): -12103354 or 4608327. OLE color: 4608327.

HSL color Cylindrical-coordinate representation of color #475146: hue angle of 114.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475146 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 81 70 -
CMYK 0.12 0 0.14 0.68
HSL 114.55º 0.07% 0.3% -
HSV(B) 114.55º 0.14% 0.32% -
XYZ 6.65 7.67 6.92 -
YUV 76.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 71 81 70 0.12 0 0.14 0.68 114.55 0.07 0.3
Hex 47 51 46 C 0 E 44 73 7 1E
Octal 107 121 106 14 0 16 104 163 7 36
Binary 1000111 1010001 1000110 1100 0 1110 1000100 1110011 111 11110

Color Harmonies of #475146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475146

Black with #475146

Text Example


Text Example

White with #475146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475146; }

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

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

background-color css

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

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

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

border-color css

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

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

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