#3F6A4C

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

Shades of Mineral Green #3F6A4C

Tints of Mineral Green #3F6A4C

Color information

#3F6A4C (or 0x3F6A4C) is unknown color: approx Mineral Green. HEX triplet: 3F, 6A and 4C. RGB value is (63,106,76). Sum of RGB (Red+Green+Blue) = 63+106+76=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A4C is #C095B3. Grayscale: #595959. Windows color (decimal): -12621236 or 5007935. OLE color: 5007935.

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

Color convert

RGB6310676-
CMYK0.4100.280.58
HSL138.14º25.44%33.14%-
HSV(B)138.14º40.57%41.57%-
XYZ8.5111.898.68-
YUV89.72120.25108.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.71%
GREEN value IS 106 (41.80% from 255) = 43.27%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=25.71%
G=43.27%
B=31.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106760.4100.280.58138.1425.4433.14
Hex3F6A4C2901C3A8a1921
Octal7715211451034722123141
Binary111111110101010011001010010111001110101000101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,76); }

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

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

 a { background-color: rgb(63,106,76); }

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

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

 span { border-color: rgb(63,106,76); }

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