#3B572A

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

Shades of Palm Leaf #3B572A

Tints of Palm Leaf #3B572A

Color information

#3B572A (or 0x3B572A) is unknown color: approx Palm Leaf. HEX triplet: 3B, 57 and 2A. RGB value is (59,87,42). Sum of RGB (Red+Green+Blue) = 59+87+42=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #3B572A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B572A is #C4A8D5. Grayscale: #494949. Windows color (decimal): -12888278 or 2774843. OLE color: 2774843.

HSL color Cylindrical-coordinate representation of color #3B572A: hue angle of 97.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B572A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB598742-
CMYK0.3200.520.66
HSL97.33º34.88%25.29%-
HSV(B)97.33º51.72%34.12%-
XYZ5.637.913.42-
YUV73.5110.22117.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 87 (34.38% from 255) = 46.28%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=31.38%
G=46.28%
B=22.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5987420.3200.520.6697.3334.8825.29
Hex3B572A2003442612319
Octal7312752400641021414331
Binary111011101011110101010000001101001000010110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,87,42); }

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

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

 a { background-color: rgb(59,87,42); }

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

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

 span { border-color: rgb(59,87,42); }

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