#324730

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

Shades of Palm Leaf #324730

Tints of Palm Leaf #324730

Color information

#324730 (or 0x324730) is unknown color: approx Palm Leaf. HEX triplet: 32, 47 and 30. RGB value is (50,71,48). Sum of RGB (Red+Green+Blue) = 50+71+48=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #324730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324730 is #CDB8CF. Grayscale: #3E3E3E. Windows color (decimal): -13482192 or 3163954. OLE color: 3163954.

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

Color convert

RGB507148-
CMYK0.3000.320.72
HSL114.78º19.33%23.33%-
HSV(B)114.78º32.39%27.84%-
XYZ4.15.43.62-
YUV62.1120.04119.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=29.59%
G=42.01%
B=28.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071480.3000.320.72114.7819.3323.33
Hex3247301E02048731317
Octal6210760360401101632327
Binary1100101000111110000111100100000100100011100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324730; }

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

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

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

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

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

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

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

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