#325545

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

Shades of Plantation #325545

Tints of Plantation #325545

Color information

#325545 (or 0x325545) is unknown color: approx Plantation. HEX triplet: 32, 55 and 45. RGB value is (50,85,69). Sum of RGB (Red+Green+Blue) = 50+85+69=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #325545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325545 is #CDAABA. Grayscale: #484848. Windows color (decimal): -13478587 or 4543794. OLE color: 4543794.

HSL color Cylindrical-coordinate representation of color #325545: hue angle of 152.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325545 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB508569-
CMYK0.4100.190.67
HSL152.57º25.93%26.47%-
HSV(B)152.57º41.18%33.33%-
XYZ5.647.66.8-
YUV72.71125.9111.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=24.51%
G=41.67%
B=33.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085690.4100.190.67152.5725.9326.47
Hex3255452901343991a1a
Octal62125105510231032313232
Binary110010101010110001011010010100111000011100110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325545; }

 p { color: rgb(50,85,69); }

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

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

 a { background-color: rgb(50,85,69); }

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

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

 span { border-color: rgb(50,85,69); }

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