#3B5235

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

Shades of Palm Leaf #3B5235

Tints of Palm Leaf #3B5235

Color information

#3B5235 (or 0x3B5235) is unknown color: approx Palm Leaf. HEX triplet: 3B, 52 and 35. RGB value is (59,82,53). Sum of RGB (Red+Green+Blue) = 59+82+53=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5235 is #C4ADCA. Grayscale: #474747. Windows color (decimal): -12889547 or 3494459. OLE color: 3494459.

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

Color convert

RGB598253-
CMYK0.2800.350.68
HSL107.59º21.48%26.47%-
HSV(B)107.59º35.37%32.16%-
XYZ5.467.224.47-
YUV71.82117.38118.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.41%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=30.41%
G=42.27%
B=27.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5982530.2800.350.68107.5921.4826.47
Hex3B52351C023446c151a
Octal7312265340431041542532
Binary1110111010010110101111000100011100010011011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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