#395432

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

Shades of Palm Leaf #395432

Tints of Palm Leaf #395432

Color information

#395432 (or 0x395432) is unknown color: approx Palm Leaf. HEX triplet: 39, 54 and 32. RGB value is (57,84,50). Sum of RGB (Red+Green+Blue) = 57+84+50=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #395432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395432 is #C6ABCD. Grayscale: #484848. Windows color (decimal): -13020110 or 3298361. OLE color: 3298361.

HSL color Cylindrical-coordinate representation of color #395432: hue angle of 107.65º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395432 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB578450-
CMYK0.3200.400.67
HSL107.65º25.37%26.27%-
HSV(B)107.65º40.48%32.94%-
XYZ5.437.444.17-
YUV72.05115.55117.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=29.84%
G=43.98%
B=26.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784500.3200.400.67107.6525.3726.27
Hex39543220028436c191a
Octal7112462400501031543132
Binary11100110101001100101000000101000100001111011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395432; }

 p { color: rgb(57,84,50); }

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

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

 a { background-color: rgb(57,84,50); }

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

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

 span { border-color: rgb(57,84,50); }

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