#426C50

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

Shades of Mineral Green #426C50

Tints of Mineral Green #426C50

Color information

#426C50 (or 0x426C50) is unknown color: approx Mineral Green. HEX triplet: 42, 6C and 50. RGB value is (66,108,80). Sum of RGB (Red+Green+Blue) = 66+108+80=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #426C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C50 is #BD93AF. Grayscale: #5C5C5C. Windows color (decimal): -12424112 or 5270594. OLE color: 5270594.

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

Color convert

RGB6610880-
CMYK0.3900.260.58
HSL140º24.14%34.12%-
HSV(B)140º38.89%42.35%-
XYZ9.0612.469.52-
YUV92.25121.09109.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=25.98%
G=42.52%
B=31.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108800.3900.260.5814024.1434.12
Hex426C502701A3A8c1822
Octal10215412047032722143042
Binary1000010110110010100001001110110101110101000110011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,108,80); }

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

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

 a { background-color: rgb(66,108,80); }

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

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

 span { border-color: rgb(66,108,80); }

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