#3C5549

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

Shades of Plantation #3C5549

Tints of Plantation #3C5549

Color information

#3C5549 (or 0x3C5549) is unknown color: approx Plantation. HEX triplet: 3C, 55 and 49. RGB value is (60,85,73). Sum of RGB (Red+Green+Blue) = 60+85+73=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5549 is #C3AAB6. Grayscale: #4C4C4C. Windows color (decimal): -12823223 or 4805948. OLE color: 4805948.

HSL color Cylindrical-coordinate representation of color #3C5549: hue angle of 151.2º 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 #3C5549 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB608573-
CMYK0.2900.140.67
HSL151.2º17.24%28.43%-
HSV(B)151.2º29.41%33.33%-
XYZ6.317.947.5-
YUV76.16126.22116.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=27.52%
G=38.99%
B=33.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085730.2900.140.67151.217.2428.43
Hex3C55491D0E4397111c
Octal74125111350161032272134
Binary1111001010101100100111101011101000011100101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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