#32482E

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

Shades of Palm Leaf #32482E

Tints of Palm Leaf #32482E

Color information

#32482E (or 0x32482E) is unknown color: approx Palm Leaf. HEX triplet: 32, 48 and 2E. RGB value is (50,72,46). Sum of RGB (Red+Green+Blue) = 50+72+46=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #32482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32482E is #CDB7D1. Grayscale: #3E3E3E. Windows color (decimal): -13481938 or 3033138. OLE color: 3033138.

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

Color convert

RGB507246-
CMYK0.3100.360.72
HSL110.77º22.03%23.14%-
HSV(B)110.77º36.11%28.24%-
XYZ4.135.513.43-
YUV62.46118.71119.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=29.76%
G=42.86%
B=27.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072460.3100.360.72110.7722.0323.14
Hex32482E1F024486f1617
Octal6211056370441101572627
Binary1100101001000101110111110100100100100011011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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