#3C684F

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

Shades of Plantation #3C684F

Tints of Plantation #3C684F

Color information

#3C684F (or 0x3C684F) is unknown color: approx Plantation. HEX triplet: 3C, 68 and 4F. RGB value is (60,104,79). Sum of RGB (Red+Green+Blue) = 60+104+79=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #3C684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C684F is #C397B0. Grayscale: #585858. Windows color (decimal): -12818353 or 5204028. OLE color: 5204028.

HSL color Cylindrical-coordinate representation of color #3C684F: hue angle of 145.91º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C684F is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB6010479-
CMYK0.4200.240.59
HSL145.91º26.83%32.16%-
HSV(B)145.91º42.31%40.78%-
XYZ8.2311.439.17-
YUV87.99122.92108.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=24.69%
G=42.80%
B=32.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60104790.4200.240.59145.9126.8332.16
Hex3C684F2A0183B921b20
Octal7415011752030732223340
Binary111100110100010011111010100110001110111001001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,104,79); }

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

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

 a { background-color: rgb(60,104,79); }

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

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

 span { border-color: rgb(60,104,79); }

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