#325444

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

Shades of Plantation #325444

Tints of Plantation #325444

Color information

#325444 (or 0x325444) is unknown color: approx Plantation. HEX triplet: 32, 54 and 44. RGB value is (50,84,68). Sum of RGB (Red+Green+Blue) = 50+84+68=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #325444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325444 is #CDABBB. Grayscale: #484848. Windows color (decimal): -13478844 or 4478002. OLE color: 4478002.

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

Color convert

RGB508468-
CMYK0.4000.190.67
HSL151.76º25.37%26.27%-
HSV(B)151.76º40.48%32.94%-
XYZ5.537.446.61-
YUV72.01125.74112.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=24.75%
G=41.58%
B=33.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084680.4000.190.67151.7625.3726.27
Hex325444280134398191a
Octal62124104500231032303132
Binary110010101010010001001010000100111000011100110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325444; }

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

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

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

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

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

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

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

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