#395428

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

Shades of Palm Leaf #395428

Tints of Palm Leaf #395428

Color information

#395428 (or 0x395428) is unknown color: approx Palm Leaf. HEX triplet: 39, 54 and 28. RGB value is (57,84,40). Sum of RGB (Red+Green+Blue) = 57+84+40=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #395428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395428 is #C6ABD7. Grayscale: #474747. Windows color (decimal): -13020120 or 2643001. OLE color: 2643001.

HSL color Cylindrical-coordinate representation of color #395428: hue angle of 96.82º 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 #395428 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB578440-
CMYK0.3200.520.67
HSL96.82º35.48%24.31%-
HSV(B)96.82º52.38%32.94%-
XYZ5.247.363.15-
YUV70.91110.55118.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=31.49%
G=46.41%
B=22.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784400.3200.520.6796.8235.4824.31
Hex3954282003443612318
Octal7112450400641031414330
Binary111001101010010100010000001101001000011110000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395428; }

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

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

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

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

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

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

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

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