#475545

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

Shades of Grey-Asparagus #475545

Tints of Grey-Asparagus #475545

Color information

#475545 (or 0x475545) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 55 and 45. RGB value is (71,85,69). Sum of RGB (Red+Green+Blue) = 71+85+69=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #475545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475545 is #B8AABA. Grayscale: #4F4F4F. Windows color (decimal): -12102331 or 4543815. OLE color: 4543815.

HSL color Cylindrical-coordinate representation of color #475545: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #475545 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB718569-
CMYK0.1600.190.67
HSL112.5º10.39%30.2%-
HSV(B)112.5º18.82%33.33%-
XYZ6.928.276.86-
YUV78.99122.36122.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=31.56%
G=37.78%
B=30.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185690.1600.190.67112.510.3930.2
Hex475545100134370a1e
Octal107125105200231031601236
Binary1000111101010110001011000001001110000111110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475545; }

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

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

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

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

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

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

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

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