#3B4B35

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

Shades of Palm Leaf #3B4B35

Tints of Palm Leaf #3B4B35

Color information

#3B4B35 (or 0x3B4B35) is unknown color: approx Palm Leaf. HEX triplet: 3B, 4B and 35. RGB value is (59,75,53). Sum of RGB (Red+Green+Blue) = 59+75+53=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4B35 is #C4B4CA. Grayscale: #434343. Windows color (decimal): -12891339 or 3492667. OLE color: 3492667.

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

Color convert

RGB597553-
CMYK0.2100.290.71
HSL103.64º17.19%25.1%-
HSV(B)103.64º29.33%29.41%-
XYZ4.966.224.31-
YUV67.71119.7121.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.55%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=31.55%
G=40.11%
B=28.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5975530.2100.290.71103.6417.1925.1
Hex3B4B351501D47681119
Octal7311365250351071502131
Binary111011100101111010110101011101100011111010001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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