#32482C

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

Shades of Palm Leaf #32482C

Tints of Palm Leaf #32482C

Color information

#32482C (or 0x32482C) is unknown color: approx Palm Leaf. HEX triplet: 32, 48 and 2C. RGB value is (50,72,44). Sum of RGB (Red+Green+Blue) = 50+72+44=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #32482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32482C is #CDB7D3. Grayscale: #3E3E3E. Windows color (decimal): -13481940 or 2902066. OLE color: 2902066.

HSL color Cylindrical-coordinate representation of color #32482C: hue angle of 107.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32482C is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB507244-
CMYK0.3100.390.72
HSL107.14º24.14%22.75%-
HSV(B)107.14º38.89%28.24%-
XYZ4.095.493.23-
YUV62.23117.71119.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=30.12%
G=43.37%
B=26.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072440.3100.390.72107.1424.1422.75
Hex32482C1F027486b1817
Octal6211054370471101533027
Binary1100101001000101100111110100111100100011010111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32482C; }

 p { color: rgb(50,72,44); }

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

<style>
 a { background-color: #32482C; }

 a { background-color: rgb(50,72,44); }

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

<style>
 span { border-color: #32482C; }

 span { border-color: rgb(50,72,44); }

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