#3C5547

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

Shades of Plantation #3C5547

Tints of Plantation #3C5547

Color information

#3C5547 (or 0x3C5547) is unknown color: approx Plantation. HEX triplet: 3C, 55 and 47. RGB value is (60,85,71). Sum of RGB (Red+Green+Blue) = 60+85+71=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5547 is #C3AAB8. Grayscale: #4B4B4B. Windows color (decimal): -12823225 or 4674876. OLE color: 4674876.

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

Color convert

RGB608571-
CMYK0.2900.160.67
HSL146.4º17.24%28.43%-
HSV(B)146.4º29.41%33.33%-
XYZ6.257.917.16-
YUV75.93125.22116.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=27.78%
G=39.35%
B=32.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085710.2900.160.67146.417.2428.43
Hex3C55471D0104392111c
Octal74125107350201032222134
Binary11110010101011000111111010100001000011100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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