#3F6749

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

Shades of Mineral Green #3F6749

Tints of Mineral Green #3F6749

Color information

#3F6749 (or 0x3F6749) is unknown color: approx Mineral Green. HEX triplet: 3F, 67 and 49. RGB value is (63,103,73). Sum of RGB (Red+Green+Blue) = 63+103+73=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6749 is #C098B6. Grayscale: #575757. Windows color (decimal): -12622007 or 4810559. OLE color: 4810559.

HSL color Cylindrical-coordinate representation of color #3F6749: hue angle of 135º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6749 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB6310373-
CMYK0.3900.290.60
HSL135º24.1%32.55%-
HSV(B)135º38.83%40.39%-
XYZ8.111.248.05-
YUV87.62119.75110.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=26.36%
G=43.10%
B=30.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103730.3900.290.6013524.132.55
Hex3F67492701D3C871821
Octal7714711147035742073041
Binary111111110011110010011001110111011111001000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,103,73); }

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

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

 a { background-color: rgb(63,103,73); }

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

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

 span { border-color: rgb(63,103,73); }

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