#325D47

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

Shades of Plantation #325D47

Tints of Plantation #325D47

Color information

#325D47 (or 0x325D47) is unknown color: approx Plantation. HEX triplet: 32, 5D and 47. RGB value is (50,93,71). Sum of RGB (Red+Green+Blue) = 50+93+71=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #325D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D47 is #CDA2B8. Grayscale: #4D4D4D. Windows color (decimal): -13476537 or 4676914. OLE color: 4676914.

HSL color Cylindrical-coordinate representation of color #325D47: hue angle of 149.3º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D47 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB509371-
CMYK0.4600.240.64
HSL149.3º30.07%28.04%-
HSV(B)149.3º46.24%36.47%-
XYZ6.378.967.36-
YUV77.63124.25108.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=23.36%
G=43.46%
B=33.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093710.4600.240.64149.330.0728.04
Hex325D472E01840951e1c
Octal62135107560301002253634
Binary110010101110110001111011100110001000000100101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325D47; }

 p { color: rgb(50,93,71); }

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

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

 a { background-color: rgb(50,93,71); }

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

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

 span { border-color: rgb(50,93,71); }

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