#3C542D

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

Shades of Palm Leaf #3C542D

Tints of Palm Leaf #3C542D

Color information

#3C542D (or 0x3C542D) is unknown color: approx Palm Leaf. HEX triplet: 3C, 54 and 2D. RGB value is (60,84,45). Sum of RGB (Red+Green+Blue) = 60+84+45=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #3C542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C542D is #C3ABD2. Grayscale: #484848. Windows color (decimal): -12823507 or 2970684. OLE color: 2970684.

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

Color convert

RGB608445-
CMYK0.2900.460.67
HSL96.92º30.23%25.29%-
HSV(B)96.92º46.43%32.94%-
XYZ5.517.493.64-
YUV72.38112.55119.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=31.75%
G=44.44%
B=23.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084450.2900.460.6796.9230.2325.29
Hex3C542D1D02E43611e19
Octal7412455350561031413631
Binary1111001010100101101111010101110100001111000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,45); }

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

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

 a { background-color: rgb(60,84,45); }

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

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

 span { border-color: rgb(60,84,45); }

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