#325A46

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

Shades of Plantation #325A46

Tints of Plantation #325A46

Color information

#325A46 (or 0x325A46) is unknown color: approx Plantation. HEX triplet: 32, 5A and 46. RGB value is (50,90,70). Sum of RGB (Red+Green+Blue) = 50+90+70=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #325A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A46 is #CDA5B9. Grayscale: #4B4B4B. Windows color (decimal): -13477306 or 4610610. OLE color: 4610610.

HSL color Cylindrical-coordinate representation of color #325A46: hue angle of 150º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A46 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB509070-
CMYK0.4400.220.65
HSL150º28.57%27.45%-
HSV(B)150º44.44%35.29%-
XYZ6.088.437.1-
YUV75.76124.75109.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 90 (35.55% from 255) = 42.86%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=23.81%
G=42.86%
B=33.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090700.4400.220.6515028.5727.45
Hex325A462C01641961d1b
Octal62132106540261012263533
Binary110010101101010001101011000101101000001100101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,90,70); }

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

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

 a { background-color: rgb(50,90,70); }

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

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

 span { border-color: rgb(50,90,70); }

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