#42684E

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

Shades of Mineral Green #42684E

Tints of Mineral Green #42684E

Color information

#42684E (or 0x42684E) is unknown color: approx Mineral Green. HEX triplet: 42, 68 and 4E. RGB value is (66,104,78). Sum of RGB (Red+Green+Blue) = 66+104+78=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #42684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42684E is #BD97B1. Grayscale: #595959. Windows color (decimal): -12425138 or 5138498. OLE color: 5138498.

HSL color Cylindrical-coordinate representation of color #42684E: hue angle of 138.95º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42684E is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB6610478-
CMYK0.3700.250.59
HSL138.95º22.35%33.33%-
HSV(B)138.95º36.54%40.78%-
XYZ8.5711.619-
YUV89.67121.41111.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=26.61%
G=41.94%
B=31.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104780.3700.250.59138.9522.3533.33
Hex42684E250193B8b1621
Octal10215011645031732132641
Binary1000010110100010011101001010110011110111000101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42684E; }

 p { color: rgb(66,104,78); }

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

<style>
 a { background-color: #42684E; }

 a { background-color: rgb(66,104,78); }

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

<style>
 span { border-color: #42684E; }

 span { border-color: rgb(66,104,78); }

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