#426C4F

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

Shades of Mineral Green #426C4F

Tints of Mineral Green #426C4F

Color information

#426C4F (or 0x426C4F) is unknown color: approx Mineral Green. HEX triplet: 42, 6C and 4F. RGB value is (66,108,79). Sum of RGB (Red+Green+Blue) = 66+108+79=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 108 - color contains mainly: green. Hex color #426C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C4F is #BD93B0. Grayscale: #5C5C5C. Windows color (decimal): -12424113 or 5205058. OLE color: 5205058.

HSL color Cylindrical-coordinate representation of color #426C4F: hue angle of 138.57º 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 #426C4F is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB6610879-
CMYK0.3900.270.58
HSL138.57º24.14%34.12%-
HSV(B)138.57º38.89%42.35%-
XYZ9.0212.459.32-
YUV92.14120.59109.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 108 (42.58% from 255) = 42.69%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=26.09%
G=42.69%
B=31.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108790.3900.270.58138.5724.1434.12
Hex426C4F2701B3A8b1822
Octal10215411747033722133042
Binary1000010110110010011111001110110111110101000101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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