#3B5531

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

Shades of Palm Leaf #3B5531

Tints of Palm Leaf #3B5531

Color information

#3B5531 (or 0x3B5531) is unknown color: approx Palm Leaf. HEX triplet: 3B, 55 and 31. RGB value is (59,85,49). Sum of RGB (Red+Green+Blue) = 59+85+49=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5531 is #C4AACE. Grayscale: #494949. Windows color (decimal): -12888783 or 3233083. OLE color: 3233083.

HSL color Cylindrical-coordinate representation of color #3B5531: hue angle of 103.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5531 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB598549-
CMYK0.3100.420.67
HSL103.33º26.87%26.27%-
HSV(B)103.33º42.35%33.33%-
XYZ5.617.654.09-
YUV73.12114.39117.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=30.57%
G=44.04%
B=25.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985490.3100.420.67103.3326.8726.27
Hex3B55311F02A43671b1a
Octal7312561370521031473332
Binary1110111010101110001111110101010100001111001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,49); }

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

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

 a { background-color: rgb(59,85,49); }

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

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

 span { border-color: rgb(59,85,49); }

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