#324530

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

Shades of Palm Leaf #324530

Tints of Palm Leaf #324530

Color information

#324530 (or 0x324530) is unknown color: approx Palm Leaf. HEX triplet: 32, 45 and 30. RGB value is (50,69,48). Sum of RGB (Red+Green+Blue) = 50+69+48=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #324530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324530 is #CDBACF. Grayscale: #3C3C3C. Windows color (decimal): -13482704 or 3163442. OLE color: 3163442.

HSL color Cylindrical-coordinate representation of color #324530: hue angle of 114.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324530 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB506948-
CMYK0.2800.300.73
HSL114.29º17.95%22.94%-
HSV(B)114.29º30.43%27.06%-
XYZ3.985.153.58-
YUV60.92120.71120.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=29.94%
G=41.32%
B=28.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069480.2800.300.73114.2917.9522.94
Hex3245301C01E49721217
Octal6210560340361111622227
Binary110010100010111000011100011110100100111100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324530; }

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

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

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

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

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

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

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

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