#3B552C

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

Shades of Palm Leaf #3B552C

Tints of Palm Leaf #3B552C

Color information

#3B552C (or 0x3B552C) is unknown color: approx Palm Leaf. HEX triplet: 3B, 55 and 2C. RGB value is (59,85,44). Sum of RGB (Red+Green+Blue) = 59+85+44=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #3B552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B552C is #C4AAD3. Grayscale: #484848. Windows color (decimal): -12888788 or 2905403. OLE color: 2905403.

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

Color convert

RGB598544-
CMYK0.3100.480.67
HSL98.05º31.78%25.29%-
HSV(B)98.05º48.24%33.33%-
XYZ5.517.613.56-
YUV72.55111.89118.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=31.38%
G=45.21%
B=23.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985440.3100.480.6798.0531.7825.29
Hex3B552C1F03043622019
Octal7312554370601031424031
Binary11101110101011011001111101100001000011110001010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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