#325D48

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

Shades of Plantation #325D48

Tints of Plantation #325D48

Color information

#325D48 (or 0x325D48) is unknown color: approx Plantation. HEX triplet: 32, 5D and 48. RGB value is (50,93,72). Sum of RGB (Red+Green+Blue) = 50+93+72=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #325D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D48 is #CDA2B7. Grayscale: #4D4D4D. Windows color (decimal): -13476536 or 4742450. OLE color: 4742450.

HSL color Cylindrical-coordinate representation of color #325D48: hue angle of 150.7º 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 #325D48 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB509372-
CMYK0.4600.230.64
HSL150.7º30.07%28.04%-
HSV(B)150.7º46.24%36.47%-
XYZ6.48.977.53-
YUV77.75124.75108.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=23.26%
G=43.26%
B=33.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093720.4600.230.64150.730.0728.04
Hex325D482E01740971e1c
Octal62135110560271002273634
Binary110010101110110010001011100101111000000100101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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