#324823

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

Shades of Palm Leaf #324823

Tints of Palm Leaf #324823

Color information

#324823 (or 0x324823) is unknown color: approx Palm Leaf. HEX triplet: 32, 48 and 23. RGB value is (50,72,35). Sum of RGB (Red+Green+Blue) = 50+72+35=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #324823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324823 is #CDB7DC. Grayscale: #3D3D3D. Windows color (decimal): -13481949 or 2312242. OLE color: 2312242.

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

Color convert

RGB507235-
CMYK0.3100.510.72
HSL95.68º34.58%20.98%-
HSV(B)95.68º51.39%28.24%-
XYZ3.945.432.43-
YUV61.2113.21120.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=31.85%
G=45.86%
B=22.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072350.3100.510.7295.6834.5820.98
Hex3248231F03348602315
Octal6211043370631101404325
Binary11001010010001000111111101100111001000110000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324823; }

 p { color: rgb(50,72,35); }

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

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

 a { background-color: rgb(50,72,35); }

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

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

 span { border-color: rgb(50,72,35); }

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