#39552E

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

Shades of Palm Leaf #39552E

Tints of Palm Leaf #39552E

Color information

#39552E (or 0x39552E) is unknown color: approx Palm Leaf. HEX triplet: 39, 55 and 2E. RGB value is (57,85,46). Sum of RGB (Red+Green+Blue) = 57+85+46=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #39552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39552E is #C6AAD1. Grayscale: #484848. Windows color (decimal): -13019858 or 3036473. OLE color: 3036473.

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

Color convert

RGB578546-
CMYK0.3300.460.67
HSL103.08º29.77%25.69%-
HSV(B)103.08º45.88%33.33%-
XYZ5.437.563.76-
YUV72.18113.22117.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=30.32%
G=45.21%
B=24.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785460.3300.460.67103.0829.7725.69
Hex39552E2102E43671e1a
Octal7112556410561031473632
Binary11100110101011011101000010101110100001111001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39552E; }

 p { color: rgb(57,85,46); }

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

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

 a { background-color: rgb(57,85,46); }

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

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

 span { border-color: rgb(57,85,46); }

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