#475E43

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

Shades of Grey-Asparagus #475E43

Tints of Grey-Asparagus #475E43

Color information

#475E43 (or 0x475E43) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 5E and 43. RGB value is (71,94,67). Sum of RGB (Red+Green+Blue) = 71+94+67=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 94 - color contains mainly: green. Hex color #475E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E43 is #B8A1BC. Grayscale: #545454. Windows color (decimal): -12100029 or 4415047. OLE color: 4415047.

HSL color Cylindrical-coordinate representation of color #475E43: hue angle of 111.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475E43 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB719467-
CMYK0.2400.290.63
HSL111.11º16.77%31.57%-
HSV(B)111.11º28.72%36.86%-
XYZ7.619.756.79-
YUV84.04118.38118.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 94 (37.11% from 255) = 40.52%
BLUE value IS 67 (26.56% from 255) = 28.88%
R=30.60%
G=40.52%
B=28.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194670.2400.290.63111.1116.7731.57
Hex475E431801D3F6f1120
Octal10713610330035771572140
Binary10001111011110100001111000011101111111110111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,94,67); }

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

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

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

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

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

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

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