#426B4F

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

Shades of Mineral Green #426B4F

Tints of Mineral Green #426B4F

Color information

#426B4F (or 0x426B4F) is unknown color: approx Mineral Green. HEX triplet: 42, 6B and 4F. RGB value is (66,107,79). Sum of RGB (Red+Green+Blue) = 66+107+79=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #426B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B4F is #BD94B0. Grayscale: #5B5B5B. Windows color (decimal): -12424369 or 5204802. OLE color: 5204802.

HSL color Cylindrical-coordinate representation of color #426B4F: hue angle of 139.02º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426B4F is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB6610779-
CMYK0.3800.260.58
HSL139.02º23.7%33.92%-
HSV(B)139.02º38.32%41.96%-
XYZ8.9212.249.29-
YUV91.55120.92109.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=26.19%
G=42.46%
B=31.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107790.3800.260.58139.0223.733.92
Hex426B4F2601A3A8b1822
Octal10215311746032722133042
Binary1000010110101110011111001100110101110101000101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426B4F; }

 p { color: rgb(66,107,79); }

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

<style>
 a { background-color: #426B4F; }

 a { background-color: rgb(66,107,79); }

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

<style>
 span { border-color: #426B4F; }

 span { border-color: rgb(66,107,79); }

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