#3E694B

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

Shades of Mineral Green #3E694B

Tints of Mineral Green #3E694B

Color information

#3E694B (or 0x3E694B) is unknown color: approx Mineral Green. HEX triplet: 3E, 69 and 4B. RGB value is (62,105,75). Sum of RGB (Red+Green+Blue) = 62+105+75=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #3E694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E694B is #C196B4. Grayscale: #585858. Windows color (decimal): -12687029 or 4942142. OLE color: 4942142.

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

Color convert

RGB6210575-
CMYK0.4100.290.59
HSL138.14º25.75%32.75%-
HSV(B)138.14º40.95%41.18%-
XYZ8.3111.648.46-
YUV88.72120.25108.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=25.62%
G=43.39%
B=30.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62105750.4100.290.59138.1425.7532.75
Hex3E694B2901D3B8a1a21
Octal7615111351035732123241
Binary111110110100110010111010010111011110111000101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,105,75); }

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

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

 a { background-color: rgb(62,105,75); }

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

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

 span { border-color: rgb(62,105,75); }

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