#395131

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

Shades of Palm Leaf #395131

Tints of Palm Leaf #395131

Color information

#395131 (or 0x395131) is unknown color: approx Palm Leaf. HEX triplet: 39, 51 and 31. RGB value is (57,81,49). Sum of RGB (Red+Green+Blue) = 57+81+49=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #395131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395131 is #C6AECE. Grayscale: #464646. Windows color (decimal): -13020879 or 3232057. OLE color: 3232057.

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

Color convert

RGB578149-
CMYK0.3000.400.68
HSL105º24.62%25.49%-
HSV(B)105º39.51%31.76%-
XYZ5.186.983.98-
YUV70.18116.05118.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=30.48%
G=43.32%
B=26.20%

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
Decimal5781490.3000.400.6810524.6225.49
Hex3951311E02844691919
Octal7112161360501041513131
Binary1110011010001110001111100101000100010011010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395131; }

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

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

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

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

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

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

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

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