#325222

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

Shades of Palm Leaf #325222

Tints of Palm Leaf #325222

Color information

#325222 (or 0x325222) is unknown color: approx Palm Leaf. HEX triplet: 32, 52 and 22. RGB value is (50,82,34). Sum of RGB (Red+Green+Blue) = 50+82+34=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #325222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325222 is #CDADDD. Grayscale: #434343. Windows color (decimal): -13479390 or 2249266. OLE color: 2249266.

HSL color Cylindrical-coordinate representation of color #325222: hue angle of 100º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325222 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB508234-
CMYK0.3900.590.68
HSL100º41.38%22.75%-
HSV(B)100º58.54%32.16%-
XYZ4.626.832.59-
YUV66.96109.4115.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 82 (32.42% from 255) = 49.40%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=30.12%
G=49.40%
B=20.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082340.3900.590.6810041.3822.75
Hex3252222703B44642917
Octal6212242470731041445127
Binary110010101001010001010011101110111000100110010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325222; }

 p { color: rgb(50,82,34); }

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

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

 a { background-color: rgb(50,82,34); }

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

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

 span { border-color: rgb(50,82,34); }

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