#3B5132

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

Shades of Palm Leaf #3B5132

Tints of Palm Leaf #3B5132

Color information

#3B5132 (or 0x3B5132) is unknown color: approx Palm Leaf. HEX triplet: 3B, 51 and 32. RGB value is (59,81,50). Sum of RGB (Red+Green+Blue) = 59+81+50=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5132 is #C4AECD. Grayscale: #464646. Windows color (decimal): -12889806 or 3297595. OLE color: 3297595.

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

Color convert

RGB598150-
CMYK0.2700.380.68
HSL102.58º23.66%25.69%-
HSV(B)102.58º38.27%31.76%-
XYZ5.327.044.1-
YUV70.89116.21119.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.05%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=31.05%
G=42.63%
B=26.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5981500.2700.380.68102.5823.6625.69
Hex3B51321B0264467181a
Octal7312162330461041473032
Binary1110111010001110010110110100110100010011001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B5132; }

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

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

<style>
 a { background-color: #3B5132; }

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

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

<style>
 span { border-color: #3B5132; }

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

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