Html Css Color HEX #32572B Palm Leaf

📋 copy color: '#32572B'

red 50 ◦ green 87 ◦ blue 43

#32572B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #32572B

Tints of Palm Leaf #32572B

RGB

 RED value IS 50 (19.92% from 255) = 27.78%

 GREEN value IS 87 (34.38% from 255) = 48.33%

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 27.78%
G = 48.33%
B = 23.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#32572B (or 0x32572B) is known color: Palm Leaf. HEX triplet: 32, 57 and 2B. RGB value is (50,87,43). Sum of RGB (Red+Green+Blue) = 50+87+43=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #32572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32572B is #CDA8D4. Grayscale: #474747. Windows color (decimal): -13478101 or 2840370. OLE color: 2840370.

HSL color Cylindrical-coordinate representation of color #32572B: hue angle of 110.45º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32572B is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 87 43 -
CMYK 0.43 0 0.51 0.66
HSL 110.45º 0.34% 0.25% -
HSV(B) 110.45º 0.51% 0.34% -
XYZ 5.16 7.67 3.49 -
YUV 70.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 50 87 43 0.43 0 0.51 0.66 110.45 0.34 0.25
Hex 32 57 2B 2B 0 33 42 6E 22 19
Octal 62 127 53 53 0 63 102 156 42 31
Binary 110010 1010111 101011 101011 0 110011 1000010 1101110 100010 11001

Color Harmonies of #32572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32572B

Black with #32572B

Text Example


Text Example

White with #32572B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32572B;
 }
 .AnyTagClassName
 {
   color: #32572B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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