#40684B

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

Shades of Mineral Green #40684B

Tints of Mineral Green #40684B

Color information

#40684B (or 0x40684B) is unknown color: approx Mineral Green. HEX triplet: 40, 68 and 4B. RGB value is (64,104,75). Sum of RGB (Red+Green+Blue) = 64+104+75=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #40684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40684B is #BF97B4. Grayscale: #585858. Windows color (decimal): -12556213 or 4941888. OLE color: 4941888.

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

Color convert

RGB6410475-
CMYK0.3800.280.59
HSL136.5º23.81%32.94%-
HSV(B)136.5º38.46%40.78%-
XYZ8.3311.58.44-
YUV88.73120.25110.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=26.34%
G=42.80%
B=30.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104750.3800.280.59136.523.8132.94
Hex40684B2601C3B881821
Octal10015011346034732103041
Binary1000000110100010010111001100111001110111000100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40684B; }

 p { color: rgb(64,104,75); }

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

<style>
 a { background-color: #40684B; }

 a { background-color: rgb(64,104,75); }

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

<style>
 span { border-color: #40684B; }

 span { border-color: rgb(64,104,75); }

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