#32512B

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

Shades of Palm Leaf #32512B

Tints of Palm Leaf #32512B

Color information

#32512B (or 0x32512B) is unknown color: approx Palm Leaf. HEX triplet: 32, 51 and 2B. RGB value is (50,81,43). Sum of RGB (Red+Green+Blue) = 50+81+43=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #32512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32512B is #CDAED4. Grayscale: #434343. Windows color (decimal): -13479637 or 2838834. OLE color: 2838834.

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

Color convert

RGB508143-
CMYK0.3800.470.68
HSL108.95º30.65%24.31%-
HSV(B)108.95º46.91%31.76%-
XYZ4.696.743.34-
YUV67.4114.23115.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 81 (32.03% from 255) = 46.55%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=28.74%
G=46.55%
B=24.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081430.3800.470.68108.9530.6524.31
Hex32512B2602F446d1f18
Octal6212153460571041553730
Binary11001010100011010111001100101111100010011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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