#325027

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

Shades of Palm Leaf #325027

Tints of Palm Leaf #325027

Color information

#325027 (or 0x325027) is unknown color: approx Palm Leaf. HEX triplet: 32, 50 and 27. RGB value is (50,80,39). Sum of RGB (Red+Green+Blue) = 50+80+39=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #325027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325027 is #CDAFD8. Grayscale: #424242. Windows color (decimal): -13479897 or 2576434. OLE color: 2576434.

HSL color Cylindrical-coordinate representation of color #325027: hue angle of 103.9º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325027 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB508039-
CMYK0.3700.510.69
HSL103.9º34.45%23.33%-
HSV(B)103.9º51.25%31.37%-
XYZ4.556.562.95-
YUV66.36112.56116.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=29.59%
G=47.34%
B=23.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080390.3700.510.69103.934.4523.33
Hex3250272503345682217
Octal6212047450631051504227
Binary110010101000010011110010101100111000101110100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325027; }

 p { color: rgb(50,80,39); }

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

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

 a { background-color: rgb(50,80,39); }

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

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

 span { border-color: rgb(50,80,39); }

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