#3B532E

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

Shades of Palm Leaf #3B532E

Tints of Palm Leaf #3B532E

Color information

#3B532E (or 0x3B532E) is unknown color: approx Palm Leaf. HEX triplet: 3B, 53 and 2E. RGB value is (59,83,46). Sum of RGB (Red+Green+Blue) = 59+83+46=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #3B532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B532E is #C4ACD1. Grayscale: #474747. Windows color (decimal): -12889298 or 3035963. OLE color: 3035963.

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

Color convert

RGB598346-
CMYK0.2900.450.67
HSL98.92º28.68%25.29%-
HSV(B)98.92º44.58%32.55%-
XYZ5.397.313.71-
YUV71.61113.55119.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=31.38%
G=44.15%
B=24.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5983460.2900.450.6798.9228.6825.29
Hex3B532E1D02D43631d19
Octal7312356350551031433531
Binary1110111010011101110111010101101100001111000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B532E; }

 p { color: rgb(59,83,46); }

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

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

 a { background-color: rgb(59,83,46); }

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

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

 span { border-color: rgb(59,83,46); }

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