#395329

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

Shades of Palm Leaf #395329

Tints of Palm Leaf #395329

Color information

#395329 (or 0x395329) is unknown color: approx Palm Leaf. HEX triplet: 39, 53 and 29. RGB value is (57,83,41). Sum of RGB (Red+Green+Blue) = 57+83+41=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #395329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395329 is #C6ACD6. Grayscale: #464646. Windows color (decimal): -13020375 or 2708281. OLE color: 2708281.

HSL color Cylindrical-coordinate representation of color #395329: hue angle of 97.14º 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 #395329 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB578341-
CMYK0.3100.510.67
HSL97.14º33.87%24.31%-
HSV(B)97.14º50.6%32.55%-
XYZ5.187.223.22-
YUV70.44111.39118.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=31.49%
G=45.86%
B=22.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783410.3100.510.6797.1433.8724.31
Hex3953291F03343612218
Octal7112351370631031414230
Binary11100110100111010011111101100111000011110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395329; }

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

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

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

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

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

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

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

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