#325343

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

Shades of Plantation #325343

Tints of Plantation #325343

Color information

#325343 (or 0x325343) is unknown color: approx Plantation. HEX triplet: 32, 53 and 43. RGB value is (50,83,67). Sum of RGB (Red+Green+Blue) = 50+83+67=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #325343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325343 is #CDACBC. Grayscale: #474747. Windows color (decimal): -13479101 or 4412210. OLE color: 4412210.

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

Color convert

RGB508367-
CMYK0.4000.190.67
HSL150.91º24.81%26.08%-
HSV(B)150.91º39.76%32.55%-
XYZ5.427.276.43-
YUV71.31125.57112.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=25%
G=41.5%
B=33.5%

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
Decimal5083670.4000.190.67150.9124.8126.08
Hex325343280134397191a
Octal62123103500231032273132
Binary110010101001110000111010000100111000011100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325343; }

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

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

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

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

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

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

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

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