#3B5135

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

Shades of Palm Leaf #3B5135

Tints of Palm Leaf #3B5135

Color information

#3B5135 (or 0x3B5135) is unknown color: approx Palm Leaf. HEX triplet: 3B, 51 and 35. RGB value is (59,81,53). Sum of RGB (Red+Green+Blue) = 59+81+53=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5135 is #C4AECA. Grayscale: #474747. Windows color (decimal): -12889803 or 3494203. OLE color: 3494203.

HSL color Cylindrical-coordinate representation of color #3B5135: hue angle of 107.14º 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 #3B5135 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB598153-
CMYK0.2700.350.68
HSL107.14º20.9%26.27%-
HSV(B)107.14º34.57%31.76%-
XYZ5.397.074.45-
YUV71.23117.71119.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=30.57%
G=41.97%
B=27.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5981530.2700.350.68107.1420.926.27
Hex3B51351B023446b151a
Octal7312165330431041532532
Binary1110111010001110101110110100011100010011010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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