#395031

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

Shades of Palm Leaf #395031

Tints of Palm Leaf #395031

Color information

#395031 (or 0x395031) is unknown color: approx Palm Leaf. HEX triplet: 39, 50 and 31. RGB value is (57,80,49). Sum of RGB (Red+Green+Blue) = 57+80+49=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #395031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395031 is #C6AFCE. Grayscale: #454545. Windows color (decimal): -13021135 or 3231801. OLE color: 3231801.

HSL color Cylindrical-coordinate representation of color #395031: hue angle of 104.52º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395031 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB578049-
CMYK0.2900.390.69
HSL104.52º24.03%25.29%-
HSV(B)104.52º38.75%31.37%-
XYZ5.116.833.95-
YUV69.59116.38119.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=30.65%
G=43.01%
B=26.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780490.2900.390.69104.5224.0325.29
Hex3950311D02745691819
Octal7112061350471051513031
Binary1110011010000110001111010100111100010111010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395031; }

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

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

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

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

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

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

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

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