#32512D

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

Shades of Palm Leaf #32512D

Tints of Palm Leaf #32512D

Color information

#32512D (or 0x32512D) is unknown color: approx Palm Leaf. HEX triplet: 32, 51 and 2D. RGB value is (50,81,45). Sum of RGB (Red+Green+Blue) = 50+81+45=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #32512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32512D is #CDAED2. Grayscale: #434343. Windows color (decimal): -13479635 or 2969906. OLE color: 2969906.

HSL color Cylindrical-coordinate representation of color #32512D: hue angle of 111.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32512D is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB508145-
CMYK0.3800.440.68
HSL111.67º28.57%24.71%-
HSV(B)111.67º44.44%31.76%-
XYZ4.736.753.54-
YUV67.63115.23115.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 81 (32.03% from 255) = 46.02%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=28.41%
G=46.02%
B=25.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081450.3800.440.68111.6728.5724.71
Hex32512D2602C44701d19
Octal6212155460541041603531
Binary11001010100011011011001100101100100010011100001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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