#476146

Color #476146 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #476146

Tints of Grey-Asparagus #476146

Color information

#476146 (or 0x476146) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 61 and 46. RGB value is (71,97,70). Sum of RGB (Red+Green+Blue) = 71+97+70=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #476146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476146 is #B89EB9. Grayscale: #565656. Windows color (decimal): -12099258 or 4612423. OLE color: 4612423.

HSL color Cylindrical-coordinate representation of color #476146: hue angle of 117.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476146 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB719770-
CMYK0.2700.280.62
HSL117.78º16.17%32.75%-
HSV(B)117.78º27.84%38.04%-
XYZ7.9810.337.37-
YUV86.15118.89117.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 97 (38.28% from 255) = 40.76%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=29.83%
G=40.76%
B=29.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197700.2700.280.62117.7816.1732.75
Hex4761461B01C3E761021
Octal10714110633034761662041
Binary10001111100001100011011011011100111110111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476146; }

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

 H1.HeaderClassName
 {
   color: #476146;
 }
 .AnyTagClassName
 {
   color: #476146;
 }
</style>
background-color css

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

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

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

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

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

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