#324230

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

Shades of Palm Leaf #324230

Tints of Palm Leaf #324230

Color information

#324230 (or 0x324230) is unknown color: approx Palm Leaf. HEX triplet: 32, 42 and 30. RGB value is (50,66,48). Sum of RGB (Red+Green+Blue) = 50+66+48=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #324230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324230 is #CDBDCF. Grayscale: #3B3B3B. Windows color (decimal): -13483472 or 3162674. OLE color: 3162674.

HSL color Cylindrical-coordinate representation of color #324230: hue angle of 113.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #324230 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB506648-
CMYK0.2400.270.74
HSL113.33º15.79%22.35%-
HSV(B)113.33º27.27%25.88%-
XYZ3.84.793.52-
YUV59.16121.7121.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=30.49%
G=40.24%
B=29.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066480.2400.270.74113.3315.7922.35
Hex3242301801B4A711016
Octal6210260300331121612026
Binary110010100001011000011000011011100101011100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324230; }

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

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

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

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

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

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

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

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