#40694C

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

Shades of Mineral Green #40694C

Tints of Mineral Green #40694C

Color information

#40694C (or 0x40694C) is unknown color: approx Mineral Green. HEX triplet: 40, 69 and 4C. RGB value is (64,105,76). Sum of RGB (Red+Green+Blue) = 64+105+76=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #40694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40694C is #BF96B3. Grayscale: #595959. Windows color (decimal): -12555956 or 5007680. OLE color: 5007680.

HSL color Cylindrical-coordinate representation of color #40694C: hue angle of 137.56º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40694C is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB6410576-
CMYK0.3900.280.59
HSL137.56º24.26%33.14%-
HSV(B)137.56º39.05%41.18%-
XYZ8.4711.718.65-
YUV89.44120.42109.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=26.12%
G=42.86%
B=31.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105760.3900.280.59137.5624.2633.14
Hex40694C2701C3B8a1821
Octal10015111447034732123041
Binary1000000110100110011001001110111001110111000101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40694C; }

 p { color: rgb(64,105,76); }

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

<style>
 a { background-color: #40694C; }

 a { background-color: rgb(64,105,76); }

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

<style>
 span { border-color: #40694C; }

 span { border-color: rgb(64,105,76); }

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