#325342

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

Shades of Plantation #325342

Tints of Plantation #325342

Color information

#325342 (or 0x325342) is unknown color: approx Plantation. HEX triplet: 32, 53 and 42. RGB value is (50,83,66). Sum of RGB (Red+Green+Blue) = 50+83+66=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #325342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325342 is #CDACBD. Grayscale: #474747. Windows color (decimal): -13479102 or 4346674. OLE color: 4346674.

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

Color convert

RGB508366-
CMYK0.4000.200.67
HSL149.09º24.81%26.08%-
HSV(B)149.09º39.76%32.55%-
XYZ5.397.266.27-
YUV71.19125.07112.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=25.13%
G=41.71%
B=33.17%

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
Decimal5083660.4000.200.67149.0924.8126.08
Hex325342280144395191a
Octal62123102500241032253132
Binary110010101001110000101010000101001000011100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325342; }

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

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

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

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

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

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

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

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