#325826

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

Shades of Palm Leaf #325826

Tints of Palm Leaf #325826

Color information

#325826 (or 0x325826) is unknown color: approx Palm Leaf. HEX triplet: 32, 58 and 26. RGB value is (50,88,38). Sum of RGB (Red+Green+Blue) = 50+88+38=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #325826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325826 is #CDA7D9. Grayscale: #474747. Windows color (decimal): -13477850 or 2512946. OLE color: 2512946.

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

Color convert

RGB508838-
CMYK0.4300.570.65
HSL105.6º39.68%24.71%-
HSV(B)105.6º56.82%34.51%-
XYZ5.157.83.07-
YUV70.94109.41113.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=28.41%
G=50%
B=21.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088380.4300.570.65105.639.6824.71
Hex3258262B039416a2819
Octal6213046530711011525031
Binary110010101100010011010101101110011000001110101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325826; }

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

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

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

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

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

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

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

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