#325743

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

Shades of Plantation #325743

Tints of Plantation #325743

Color information

#325743 (or 0x325743) is unknown color: approx Plantation. HEX triplet: 32, 57 and 43. RGB value is (50,87,67). Sum of RGB (Red+Green+Blue) = 50+87+67=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 87 - color contains mainly: green. Hex color #325743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325743 is #CDA8BC. Grayscale: #494949. Windows color (decimal): -13478077 or 4413234. OLE color: 4413234.

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

Color convert

RGB508767-
CMYK0.4300.230.66
HSL147.57º27.01%26.86%-
HSV(B)147.57º42.53%34.12%-
XYZ5.747.96.53-
YUV73.66124.24111.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 87 (34.38% from 255) = 42.65%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=24.51%
G=42.65%
B=32.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087670.4300.230.66147.5727.0126.86
Hex3257432B01742941b1b
Octal62127103530271022243333
Binary110010101011110000111010110101111000010100101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325743; }

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

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

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

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

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

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

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

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