#475C46

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

Shades of Grey-Asparagus #475C46

Tints of Grey-Asparagus #475C46

Color information

#475C46 (or 0x475C46) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 5C and 46. RGB value is (71,92,70). Sum of RGB (Red+Green+Blue) = 71+92+70=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 92 - color contains mainly: green. Hex color #475C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C46 is #B8A3B9. Grayscale: #535353. Windows color (decimal): -12100538 or 4611143. OLE color: 4611143.

HSL color Cylindrical-coordinate representation of color #475C46: hue angle of 117.27º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475C46 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB719270-
CMYK0.2300.240.64
HSL117.27º13.58%31.76%-
HSV(B)117.27º23.91%36.08%-
XYZ7.539.447.22-
YUV83.21120.54119.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=30.47%
G=39.48%
B=30.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7192700.2300.240.64117.2713.5831.76
Hex475C46170184075e20
Octal107134106270301001651640
Binary10001111011100100011010111011000100000011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475C46; }

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

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

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

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

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

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

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

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