#395231

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

Shades of Palm Leaf #395231

Tints of Palm Leaf #395231

Color information

#395231 (or 0x395231) is unknown color: approx Palm Leaf. HEX triplet: 39, 52 and 31. RGB value is (57,82,49). Sum of RGB (Red+Green+Blue) = 57+82+49=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #395231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395231 is #C6ADCE. Grayscale: #464646. Windows color (decimal): -13020623 or 3232313. OLE color: 3232313.

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

Color convert

RGB578249-
CMYK0.3000.400.68
HSL105.45º25.19%25.69%-
HSV(B)105.45º40.24%32.16%-
XYZ5.267.134-
YUV70.76115.72118.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=30.32%
G=43.62%
B=26.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782490.3000.400.68105.4525.1925.69
Hex3952311E0284469191a
Octal7112261360501041513132
Binary1110011010010110001111100101000100010011010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395231; }

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

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

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

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

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

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

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

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