#325744

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

Shades of Plantation #325744

Tints of Plantation #325744

Color information

#325744 (or 0x325744) is unknown color: approx Plantation. HEX triplet: 32, 57 and 44. RGB value is (50,87,68). Sum of RGB (Red+Green+Blue) = 50+87+68=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #325744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325744 is #CDA8BB. Grayscale: #494949. Windows color (decimal): -13478076 or 4478770. OLE color: 4478770.

HSL color Cylindrical-coordinate representation of color #325744: hue angle of 149.19º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325744 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB508768-
CMYK0.4300.220.66
HSL149.19º27.01%26.86%-
HSV(B)149.19º42.53%34.12%-
XYZ5.777.916.69-
YUV73.77124.74111.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=24.39%
G=42.44%
B=33.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087680.4300.220.66149.1927.0126.86
Hex3257442B01642951b1b
Octal62127104530261022253333
Binary110010101011110001001010110101101000010100101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325744; }

 p { color: rgb(50,87,68); }

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

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

 a { background-color: rgb(50,87,68); }

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

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

 span { border-color: rgb(50,87,68); }

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