#475A50

Color #475A50 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #475A50

Tints of Plantation #475A50

Color information

#475A50 (or 0x475A50) is unknown color: approx Plantation. HEX triplet: 47, 5A and 50. RGB value is (71,90,80). Sum of RGB (Red+Green+Blue) = 71+90+80=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #475A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A50 is #B8A5AF. Grayscale: #535353. Windows color (decimal): -12101040 or 5265991. OLE color: 5265991.

HSL color Cylindrical-coordinate representation of color #475A50: hue angle of 148.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A50 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB719080-
CMYK0.2100.110.65
HSL148.42º11.8%31.57%-
HSV(B)148.42º21.11%35.29%-
XYZ7.79.238.97-
YUV83.18126.21119.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=29.46%
G=37.34%
B=33.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190800.2100.110.65148.4211.831.57
Hex475A50150B4194c20
Octal107132120250131012241440
Binary10001111011010101000010101010111000001100101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,90,80); }

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

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

 a { background-color: rgb(71,90,80); }

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

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

 span { border-color: rgb(71,90,80); }

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