#3B4B32

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

Shades of Palm Leaf #3B4B32

Tints of Palm Leaf #3B4B32

Color information

#3B4B32 (or 0x3B4B32) is unknown color: approx Palm Leaf. HEX triplet: 3B, 4B and 32. RGB value is (59,75,50). Sum of RGB (Red+Green+Blue) = 59+75+50=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4B32 is #C4B4CD. Grayscale: #434343. Windows color (decimal): -12891342 or 3296059. OLE color: 3296059.

HSL color Cylindrical-coordinate representation of color #3B4B32: hue angle of 98.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B4B32 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB597550-
CMYK0.2100.330.71
HSL98.4º20%24.51%-
HSV(B)98.4º33.33%29.41%-
XYZ4.96.193.95-
YUV67.37118.2122.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=32.07%
G=40.76%
B=27.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5975500.2100.330.7198.42024.51
Hex3B4B321502147621419
Octal7311362250411071422431
Binary1110111001011110010101010100001100011111000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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