#3C614F

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

Shades of Plantation #3C614F

Tints of Plantation #3C614F

Color information

#3C614F (or 0x3C614F) is unknown color: approx Plantation. HEX triplet: 3C, 61 and 4F. RGB value is (60,97,79). Sum of RGB (Red+Green+Blue) = 60+97+79=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #3C614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C614F is #C39EB0. Grayscale: #535353. Windows color (decimal): -12820145 or 5202236. OLE color: 5202236.

HSL color Cylindrical-coordinate representation of color #3C614F: hue angle of 150.81º 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 #3C614F is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB609779-
CMYK0.3800.190.62
HSL150.81º23.57%30.78%-
HSV(B)150.81º38.14%38.04%-
XYZ7.5510.078.94-
YUV83.88125.24110.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.42%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=25.42%
G=41.10%
B=33.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097790.3800.190.62150.8123.5730.78
Hex3C614F260133E97181f
Octal7414111746023762273037
Binary11110011000011001111100110010011111110100101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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