#395328

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

Shades of Palm Leaf #395328

Tints of Palm Leaf #395328

Color information

#395328 (or 0x395328) is unknown color: approx Palm Leaf. HEX triplet: 39, 53 and 28. RGB value is (57,83,40). Sum of RGB (Red+Green+Blue) = 57+83+40=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #395328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395328 is #C6ACD7. Grayscale: #464646. Windows color (decimal): -13020376 or 2642745. OLE color: 2642745.

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

Color convert

RGB578340-
CMYK0.3100.520.67
HSL96.28º34.96%24.12%-
HSV(B)96.28º51.81%32.55%-
XYZ5.167.213.13-
YUV70.32110.89118.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=31.67%
G=46.11%
B=22.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783400.3100.520.6796.2834.9624.12
Hex3953281F03443602318
Octal7112350370641031404330
Binary11100110100111010001111101101001000011110000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395328; }

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

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

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

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

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

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

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

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