#325817

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

Shades of Palm Leaf #325817

Tints of Palm Leaf #325817

Color information

#325817 (or 0x325817) is unknown color: approx Palm Leaf. HEX triplet: 32, 58 and 17. RGB value is (50,88,23). Sum of RGB (Red+Green+Blue) = 50+88+23=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #325817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325817 is #CDA7E8. Grayscale: #454545. Windows color (decimal): -13477865 or 1529906. OLE color: 1529906.

HSL color Cylindrical-coordinate representation of color #325817: hue angle of 95.08º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325817 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB508823-
CMYK0.4300.740.65
HSL95.08º58.56%21.76%-
HSV(B)95.08º73.86%34.51%-
XYZ4.967.722.04-
YUV69.23101.91114.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=31.06%
G=54.66%
B=14.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088230.4300.740.6595.0858.5621.76
Hex3258172B04A415f3b16
Octal62130275301121011377326
Binary110010101100010111101011010010101000001101111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325817; }

 p { color: rgb(50,88,23); }

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

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

 a { background-color: rgb(50,88,23); }

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

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

 span { border-color: rgb(50,88,23); }

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