#325443

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

Shades of Plantation #325443

Tints of Plantation #325443

Color information

#325443 (or 0x325443) is unknown color: approx Plantation. HEX triplet: 32, 54 and 43. RGB value is (50,84,67). Sum of RGB (Red+Green+Blue) = 50+84+67=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #325443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325443 is #CDABBC. Grayscale: #474747. Windows color (decimal): -13478845 or 4412466. OLE color: 4412466.

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

Color convert

RGB508467-
CMYK0.4000.200.67
HSL150º25.37%26.27%-
HSV(B)150º40.48%32.94%-
XYZ5.57.426.45-
YUV71.9125.24112.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=24.88%
G=41.79%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084670.4000.200.6715025.3726.27
Hex325443280144396191a
Octal62124103500241032263132
Binary110010101010010000111010000101001000011100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325443; }

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

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

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

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

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

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

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

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