#39532A

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

Shades of Palm Leaf #39532A

Tints of Palm Leaf #39532A

Color information

#39532A (or 0x39532A) is unknown color: approx Palm Leaf. HEX triplet: 39, 53 and 2A. RGB value is (57,83,42). Sum of RGB (Red+Green+Blue) = 57+83+42=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #39532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39532A is #C6ACD5. Grayscale: #464646. Windows color (decimal): -13020374 or 2773817. OLE color: 2773817.

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

Color convert

RGB578342-
CMYK0.3100.490.67
HSL98.05º32.8%24.51%-
HSV(B)98.05º49.4%32.55%-
XYZ5.27.223.31-
YUV70.55111.89118.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=31.32%
G=45.60%
B=23.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783420.3100.490.6798.0532.824.51
Hex39532A1F03143622119
Octal7112352370611031424131
Binary11100110100111010101111101100011000011110001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39532A; }

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

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

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

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

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

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

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

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