#3B522F

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

Shades of Palm Leaf #3B522F

Tints of Palm Leaf #3B522F

Color information

#3B522F (or 0x3B522F) is unknown color: approx Palm Leaf. HEX triplet: 3B, 52 and 2F. RGB value is (59,82,47). Sum of RGB (Red+Green+Blue) = 59+82+47=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #3B522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B522F is #C4ADD0. Grayscale: #474747. Windows color (decimal): -12889553 or 3101243. OLE color: 3101243.

HSL color Cylindrical-coordinate representation of color #3B522F: hue angle of 99.43º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B522F is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB598247-
CMYK0.2800.430.68
HSL99.43º27.13%25.29%-
HSV(B)99.43º42.68%32.16%-
XYZ5.337.173.79-
YUV71.13114.38119.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 47 (18.75% from 255) = 25%
R=31.38%
G=43.62%
B=25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5982470.2800.430.6899.4327.1325.29
Hex3B522F1C02B44631b19
Octal7312257340531041433331
Binary1110111010010101111111000101011100010011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,47); }

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

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

 a { background-color: rgb(59,82,47); }

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

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

 span { border-color: rgb(59,82,47); }

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