#42694C

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

Shades of Mineral Green #42694C

Tints of Mineral Green #42694C

Color information

#42694C (or 0x42694C) is unknown color: approx Mineral Green. HEX triplet: 42, 69 and 4C. RGB value is (66,105,76). Sum of RGB (Red+Green+Blue) = 66+105+76=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #42694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42694C is #BD96B3. Grayscale: #5A5A5A. Windows color (decimal): -12424884 or 5007682. OLE color: 5007682.

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

Color convert

RGB6610576-
CMYK0.3700.280.59
HSL135.38º22.81%33.53%-
HSV(B)135.38º37.14%41.18%-
XYZ8.611.788.66-
YUV90.03120.08110.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=26.72%
G=42.51%
B=30.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105760.3700.280.59135.3822.8133.53
Hex42694C2501C3B871722
Octal10215111445034732072742
Binary1000010110100110011001001010111001110111000011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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