#365329

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

Shades of Palm Leaf #365329

Tints of Palm Leaf #365329

Color information

#365329 (or 0x365329) is unknown color: approx Palm Leaf. HEX triplet: 36, 53 and 29. RGB value is (54,83,41). Sum of RGB (Red+Green+Blue) = 54+83+41=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #365329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365329 is #C9ACD6. Grayscale: #454545. Windows color (decimal): -13216983 or 2708278. OLE color: 2708278.

HSL color Cylindrical-coordinate representation of color #365329: hue angle of 101.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #365329 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB548341-
CMYK0.3500.510.67
HSL101.43º33.87%24.31%-
HSV(B)101.43º50.6%32.55%-
XYZ5.017.133.21-
YUV69.54111.89116.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=30.34%
G=46.63%
B=23.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483410.3500.510.67101.4333.8724.31
Hex3653292303343652218
Octal6612351430631031454230
Binary110110101001110100110001101100111000011110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365329; }

 p { color: rgb(54,83,41); }

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

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

 a { background-color: rgb(54,83,41); }

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

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

 span { border-color: rgb(54,83,41); }

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