#324030

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

Shades of Palm Leaf #324030

Tints of Palm Leaf #324030

Color information

#324030 (or 0x324030) is unknown color: approx Palm Leaf. HEX triplet: 32, 40 and 30. RGB value is (50,64,48). Sum of RGB (Red+Green+Blue) = 50+64+48=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #324030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324030 is #CDBFCF. Grayscale: #3A3A3A. Windows color (decimal): -13483984 or 3162162. OLE color: 3162162.

HSL color Cylindrical-coordinate representation of color #324030: hue angle of 112.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #324030 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB506448-
CMYK0.2200.250.75
HSL112.5º14.29%21.96%-
HSV(B)112.5º25%25.1%-
XYZ3.684.563.48-
YUV57.99122.36122.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.86%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=30.86%
G=39.51%
B=29.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064480.2200.250.75112.514.2921.96
Hex324030160194B70e16
Octal6210060260311131601626
Binary11001010000001100001011001100110010111110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324030; }

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

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

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

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

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

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

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

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