#32482D

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

Shades of Palm Leaf #32482D

Tints of Palm Leaf #32482D

Color information

#32482D (or 0x32482D) is unknown color: approx Palm Leaf. HEX triplet: 32, 48 and 2D. RGB value is (50,72,45). Sum of RGB (Red+Green+Blue) = 50+72+45=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #32482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32482D is #CDB7D2. Grayscale: #3E3E3E. Windows color (decimal): -13481939 or 2967602. OLE color: 2967602.

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

Color convert

RGB507245-
CMYK0.3100.380.72
HSL108.89º23.08%22.94%-
HSV(B)108.89º37.5%28.24%-
XYZ4.115.53.33-
YUV62.34118.21119.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=29.94%
G=43.11%
B=26.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072450.3100.380.72108.8923.0822.94
Hex32482D1F026486d1717
Octal6211055370461101552727
Binary1100101001000101101111110100110100100011011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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