#324725

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

Shades of Palm Leaf #324725

Tints of Palm Leaf #324725

Color information

#324725 (or 0x324725) is unknown color: approx Palm Leaf. HEX triplet: 32, 47 and 25. RGB value is (50,71,37). Sum of RGB (Red+Green+Blue) = 50+71+37=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #324725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324725 is #CDB8DA. Grayscale: #3C3C3C. Windows color (decimal): -13482203 or 2443058. OLE color: 2443058.

HSL color Cylindrical-coordinate representation of color #324725: hue angle of 97.06º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324725 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB507137-
CMYK0.3000.480.72
HSL97.06º31.48%21.18%-
HSV(B)97.06º47.89%27.84%-
XYZ3.95.322.57-
YUV60.84114.54120.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=31.65%
G=44.94%
B=23.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071370.3000.480.7297.0631.4821.18
Hex3247251E03048611f15
Octal6210745360601101413725
Binary1100101000111100101111100110000100100011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324725; }

 p { color: rgb(50,71,37); }

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

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

 a { background-color: rgb(50,71,37); }

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

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

 span { border-color: rgb(50,71,37); }

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