#395036

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

Shades of Palm Leaf #395036

Tints of Palm Leaf #395036

Color information

#395036 (or 0x395036) is unknown color: approx Palm Leaf. HEX triplet: 39, 50 and 36. RGB value is (57,80,54). Sum of RGB (Red+Green+Blue) = 57+80+54=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #395036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395036 is #C6AFC9. Grayscale: #464646. Windows color (decimal): -13021130 or 3559481. OLE color: 3559481.

HSL color Cylindrical-coordinate representation of color #395036: hue angle of 113.08º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395036 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB578054-
CMYK0.2900.330.69
HSL113.08º19.4%26.27%-
HSV(B)113.08º32.5%31.37%-
XYZ5.226.874.54-
YUV70.16118.88118.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 54 (21.48% from 255) = 28.27%
R=29.84%
G=41.88%
B=28.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780540.2900.330.69113.0819.426.27
Hex3950361D0214571131a
Octal7112066350411051612332
Binary1110011010000110110111010100001100010111100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395036; }

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

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

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

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

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

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

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

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