#324926

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

Shades of Palm Leaf #324926

Tints of Palm Leaf #324926

Color information

#324926 (or 0x324926) is unknown color: approx Palm Leaf. HEX triplet: 32, 49 and 26. RGB value is (50,73,38). Sum of RGB (Red+Green+Blue) = 50+73+38=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #324926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324926 is #CDB6D9. Grayscale: #3E3E3E. Windows color (decimal): -13481690 or 2509106. OLE color: 2509106.

HSL color Cylindrical-coordinate representation of color #324926: hue angle of 99.43º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324926 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB507338-
CMYK0.3200.480.71
HSL99.43º31.53%21.76%-
HSV(B)99.43º47.95%28.63%-
XYZ4.055.582.7-
YUV62.13114.38119.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=31.06%
G=45.34%
B=23.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073380.3200.480.7199.4331.5321.76
Hex3249262003047632016
Octal6211146400601071434026
Binary110010100100110011010000001100001000111110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324926; }

 p { color: rgb(50,73,38); }

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

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

 a { background-color: rgb(50,73,38); }

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

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

 span { border-color: rgb(50,73,38); }

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