#3C5531

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

Shades of Palm Leaf #3C5531

Tints of Palm Leaf #3C5531

Color information

#3C5531 (or 0x3C5531) is unknown color: approx Palm Leaf. HEX triplet: 3C, 55 and 31. RGB value is (60,85,49). Sum of RGB (Red+Green+Blue) = 60+85+49=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5531 is #C3AACE. Grayscale: #494949. Windows color (decimal): -12823247 or 3233084. OLE color: 3233084.

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

Color convert

RGB608549-
CMYK0.2900.420.67
HSL101.67º26.87%26.27%-
HSV(B)101.67º42.35%33.33%-
XYZ5.677.684.09-
YUV73.42114.22118.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.93%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=30.93%
G=43.81%
B=25.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085490.2900.420.67101.6726.8726.27
Hex3C55311D02A43661b1a
Octal7412561350521031463332
Binary1111001010101110001111010101010100001111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,85,49); }

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

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

 a { background-color: rgb(60,85,49); }

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

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

 span { border-color: rgb(60,85,49); }

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