#395232

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

Shades of Palm Leaf #395232

Tints of Palm Leaf #395232

Color information

#395232 (or 0x395232) is unknown color: approx Palm Leaf. HEX triplet: 39, 52 and 32. RGB value is (57,82,50). Sum of RGB (Red+Green+Blue) = 57+82+50=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #395232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395232 is #C6ADCD. Grayscale: #464646. Windows color (decimal): -13020622 or 3297849. OLE color: 3297849.

HSL color Cylindrical-coordinate representation of color #395232: hue angle of 106.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395232 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB578250-
CMYK0.3000.390.68
HSL106.88º24.24%25.88%-
HSV(B)106.88º39.02%32.16%-
XYZ5.287.134.12-
YUV70.88116.22118.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=30.16%
G=43.39%
B=26.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782500.3000.390.68106.8824.2425.88
Hex3952321E027446b181a
Octal7112262360471041533032
Binary1110011010010110010111100100111100010011010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395232; }

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

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

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

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

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

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

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

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