#3C532E

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

Shades of Palm Leaf #3C532E

Tints of Palm Leaf #3C532E

Color information

#3C532E (or 0x3C532E) is unknown color: approx Palm Leaf. HEX triplet: 3C, 53 and 2E. RGB value is (60,83,46). Sum of RGB (Red+Green+Blue) = 60+83+46=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #3C532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C532E is #C3ACD1. Grayscale: #484848. Windows color (decimal): -12823762 or 3035964. OLE color: 3035964.

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

Color convert

RGB608346-
CMYK0.2800.450.67
HSL97.3º28.68%25.29%-
HSV(B)97.3º44.58%32.55%-
XYZ5.457.343.72-
YUV71.9113.38119.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=31.75%
G=43.92%
B=24.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083460.2800.450.6797.328.6825.29
Hex3C532E1C02D43611d19
Octal7412356340551031413531
Binary1111001010011101110111000101101100001111000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,46); }

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

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

 a { background-color: rgb(60,83,46); }

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

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

 span { border-color: rgb(60,83,46); }

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