#3C5648

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

Shades of Plantation #3C5648

Tints of Plantation #3C5648

Color information

#3C5648 (or 0x3C5648) is unknown color: approx Plantation. HEX triplet: 3C, 56 and 48. RGB value is (60,86,72). Sum of RGB (Red+Green+Blue) = 60+86+72=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5648 is #C3A9B7. Grayscale: #4C4C4C. Windows color (decimal): -12822968 or 4740668. OLE color: 4740668.

HSL color Cylindrical-coordinate representation of color #3C5648: hue angle of 147.69º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C5648 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB608672-
CMYK0.3000.160.66
HSL147.69º17.81%28.63%-
HSV(B)147.69º30.23%33.73%-
XYZ6.368.087.36-
YUV76.63125.39116.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=27.52%
G=39.45%
B=33.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6086720.3000.160.66147.6917.8128.63
Hex3C56481E0104294121d
Octal74126110360201022242235
Binary11110010101101001000111100100001000010100101001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,86,72); }

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

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

 a { background-color: rgb(60,86,72); }

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

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

 span { border-color: rgb(60,86,72); }

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