#3C614E

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

Shades of Plantation #3C614E

Tints of Plantation #3C614E

Color information

#3C614E (or 0x3C614E) is unknown color: approx Plantation. HEX triplet: 3C, 61 and 4E. RGB value is (60,97,78). Sum of RGB (Red+Green+Blue) = 60+97+78=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #3C614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C614E is #C39EB1. Grayscale: #535353. Windows color (decimal): -12820146 or 5136700. OLE color: 5136700.

HSL color Cylindrical-coordinate representation of color #3C614E: hue angle of 149.19º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C614E is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB609778-
CMYK0.3800.200.62
HSL149.19º23.57%30.78%-
HSV(B)149.19º38.14%38.04%-
XYZ7.5110.068.75-
YUV83.77124.74111.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.53%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=25.53%
G=41.28%
B=33.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097780.3800.200.62149.1923.5730.78
Hex3C614E260143E95181f
Octal7414111646024762253037
Binary11110011000011001110100110010100111110100101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,97,78); }

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

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

 a { background-color: rgb(60,97,78); }

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

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

 span { border-color: rgb(60,97,78); }

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