#32571A

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

Shades of Palm Leaf #32571A

Tints of Palm Leaf #32571A

Color information

#32571A (or 0x32571A) is unknown color: approx Palm Leaf. HEX triplet: 32, 57 and 1A. RGB value is (50,87,26). Sum of RGB (Red+Green+Blue) = 50+87+26=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #32571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32571A is #CDA8E5. Grayscale: #454545. Windows color (decimal): -13478118 or 1726258. OLE color: 1726258.

HSL color Cylindrical-coordinate representation of color #32571A: hue angle of 96.39º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32571A is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB508726-
CMYK0.4300.700.66
HSL96.39º53.98%22.16%-
HSV(B)96.39º70.11%34.12%-
XYZ4.917.572.18-
YUV68.98103.74114.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 87 (34.38% from 255) = 53.37%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=30.67%
G=53.37%
B=15.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087260.4300.700.6696.3953.9822.16
Hex32571A2B04642603616
Octal62127325301061021406626
Binary110010101011111010101011010001101000010110000011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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