#325746

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

Shades of Plantation #325746

Tints of Plantation #325746

Color information

#325746 (or 0x325746) is unknown color: approx Plantation. HEX triplet: 32, 57 and 46. RGB value is (50,87,70). Sum of RGB (Red+Green+Blue) = 50+87+70=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #325746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325746 is #CDA8B9. Grayscale: #4A4A4A. Windows color (decimal): -13478074 or 4609842. OLE color: 4609842.

HSL color Cylindrical-coordinate representation of color #325746: hue angle of 152.43º 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 #325746 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB508770-
CMYK0.4300.200.66
HSL152.43º27.01%26.86%-
HSV(B)152.43º42.53%34.12%-
XYZ5.837.947.02-
YUV74125.74110.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=24.15%
G=42.03%
B=33.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087700.4300.200.66152.4327.0126.86
Hex3257462B01442981b1b
Octal62127106530241022303333
Binary110010101011110001101010110101001000010100110001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325746; }

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

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

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

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

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

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

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

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