#32532D

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

Shades of Palm Leaf #32532D

Tints of Palm Leaf #32532D

Color information

#32532D (or 0x32532D) is unknown color: approx Palm Leaf. HEX triplet: 32, 53 and 2D. RGB value is (50,83,45). Sum of RGB (Red+Green+Blue) = 50+83+45=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #32532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32532D is #CDACD2. Grayscale: #444444. Windows color (decimal): -13479123 or 2970418. OLE color: 2970418.

HSL color Cylindrical-coordinate representation of color #32532D: hue angle of 112.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32532D is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB508345-
CMYK0.4000.460.67
HSL112.11º29.69%25.1%-
HSV(B)112.11º45.78%32.55%-
XYZ4.887.053.59-
YUV68.8114.57114.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=28.09%
G=46.63%
B=25.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083450.4000.460.67112.1129.6925.1
Hex32532D2802E43701e19
Octal6212355500561031603631
Binary11001010100111011011010000101110100001111100001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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