#395331

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

Shades of Palm Leaf #395331

Tints of Palm Leaf #395331

Color information

#395331 (or 0x395331) is unknown color: approx Palm Leaf. HEX triplet: 39, 53 and 31. RGB value is (57,83,49). Sum of RGB (Red+Green+Blue) = 57+83+49=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #395331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395331 is #C6ACCE. Grayscale: #474747. Windows color (decimal): -13020367 or 3232569. OLE color: 3232569.

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

Color convert

RGB578349-
CMYK0.3100.410.67
HSL105.88º25.76%25.88%-
HSV(B)105.88º40.96%32.55%-
XYZ5.337.284.03-
YUV71.35115.39117.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=30.16%
G=43.92%
B=25.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783490.3100.410.67105.8825.7625.88
Hex3953311F029436a1a1a
Octal7112361370511031523232
Binary1110011010011110001111110101001100001111010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395331; }

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

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

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

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

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

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

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

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