#32572A

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

Shades of Palm Leaf #32572A

Tints of Palm Leaf #32572A

Color information

#32572A (or 0x32572A) is unknown color: approx Palm Leaf. HEX triplet: 32, 57 and 2A. RGB value is (50,87,42). Sum of RGB (Red+Green+Blue) = 50+87+42=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #32572A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32572A is #CDA8D5. Grayscale: #464646. Windows color (decimal): -13478102 or 2774834. OLE color: 2774834.

HSL color Cylindrical-coordinate representation of color #32572A: hue angle of 109.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 #32572A is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB508742-
CMYK0.4300.520.66
HSL109.33º34.88%25.29%-
HSV(B)109.33º51.72%34.12%-
XYZ5.147.663.4-
YUV70.81111.74113.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 87 (34.38% from 255) = 48.60%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=27.93%
G=48.60%
B=23.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087420.4300.520.66109.3334.8825.29
Hex32572A2B034426d2319
Octal6212752530641021554331
Binary110010101011110101010101101101001000010110110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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