#39532D

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

Shades of Palm Leaf #39532D

Tints of Palm Leaf #39532D

Color information

#39532D (or 0x39532D) is unknown color: approx Palm Leaf. HEX triplet: 39, 53 and 2D. RGB value is (57,83,45). Sum of RGB (Red+Green+Blue) = 57+83+45=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #39532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39532D is #C6ACD2. Grayscale: #474747. Windows color (decimal): -13020371 or 2970425. OLE color: 2970425.

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

Color convert

RGB578345-
CMYK0.3100.460.67
HSL101.05º29.69%25.1%-
HSV(B)101.05º45.78%32.55%-
XYZ5.257.253.6-
YUV70.89113.39118.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=30.81%
G=44.86%
B=24.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783450.3100.460.67101.0529.6925.1
Hex39532D1F02E43651e19
Octal7112355370561031453631
Binary1110011010011101101111110101110100001111001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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