#475C45

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

Shades of Grey-Asparagus #475C45

Tints of Grey-Asparagus #475C45

Color information

#475C45 (or 0x475C45) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 5C and 45. RGB value is (71,92,69). Sum of RGB (Red+Green+Blue) = 71+92+69=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #475C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C45 is #B8A3BA. Grayscale: #535353. Windows color (decimal): -12100539 or 4545607. OLE color: 4545607.

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

Color convert

RGB719269-
CMYK0.2300.250.64
HSL114.78º14.29%31.57%-
HSV(B)114.78º25%36.08%-
XYZ7.59.427.05-
YUV83.1120.04119.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=30.60%
G=39.66%
B=29.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7192690.2300.250.64114.7814.2931.57
Hex475C45170194073e20
Octal107134105270311001631640
Binary10001111011100100010110111011001100000011100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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