#3C5346

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

Shades of Plantation #3C5346

Tints of Plantation #3C5346

Color information

#3C5346 (or 0x3C5346) is unknown color: approx Plantation. HEX triplet: 3C, 53 and 46. RGB value is (60,83,70). Sum of RGB (Red+Green+Blue) = 60+83+70=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5346 is #C3ACB9. Grayscale: #4A4A4A. Windows color (decimal): -12823738 or 4608828. OLE color: 4608828.

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

Color convert

RGB608370-
CMYK0.2800.160.67
HSL146.09º16.08%28.04%-
HSV(B)146.09º27.71%32.55%-
XYZ6.067.596.94-
YUV74.64125.38117.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.17%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 70 (27.73% from 255) = 32.86%
R=28.17%
G=38.97%
B=32.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083700.2800.160.67146.0916.0828.04
Hex3C53461C0104392101c
Octal74123106340201032222034
Binary11110010100111000110111000100001000011100100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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