#3B552F

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

Shades of Palm Leaf #3B552F

Tints of Palm Leaf #3B552F

Color information

#3B552F (or 0x3B552F) is unknown color: approx Palm Leaf. HEX triplet: 3B, 55 and 2F. RGB value is (59,85,47). Sum of RGB (Red+Green+Blue) = 59+85+47=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #3B552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B552F is #C4AAD0. Grayscale: #494949. Windows color (decimal): -12888785 or 3102011. OLE color: 3102011.

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

Color convert

RGB598547-
CMYK0.3100.450.67
HSL101.05º28.79%25.88%-
HSV(B)101.05º44.71%33.33%-
XYZ5.577.633.87-
YUV72.89113.39118.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.89%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=30.89%
G=44.50%
B=24.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985470.3100.450.67101.0528.7925.88
Hex3B552F1F02D43651d1a
Octal7312557370551031453532
Binary1110111010101101111111110101101100001111001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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