#416C4E

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

Shades of Mineral Green #416C4E

Tints of Mineral Green #416C4E

Color information

#416C4E (or 0x416C4E) is unknown color: approx Mineral Green. HEX triplet: 41, 6C and 4E. RGB value is (65,108,78). Sum of RGB (Red+Green+Blue) = 65+108+78=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #416C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C4E is #BE93B1. Grayscale: #5B5B5B. Windows color (decimal): -12489650 or 5139521. OLE color: 5139521.

HSL color Cylindrical-coordinate representation of color #416C4E: hue angle of 138.14º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C4E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB6510878-
CMYK0.4000.280.58
HSL138.14º24.86%33.92%-
HSV(B)138.14º39.81%42.35%-
XYZ8.9212.49.13-
YUV91.72120.25108.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 108 (42.58% from 255) = 43.03%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=25.90%
G=43.03%
B=31.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65108780.4000.280.58138.1424.8633.92
Hex416C4E2801C3A8a1922
Octal10115411650034722123142
Binary1000001110110010011101010000111001110101000101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416C4E; }

 p { color: rgb(65,108,78); }

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

<style>
 a { background-color: #416C4E; }

 a { background-color: rgb(65,108,78); }

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

<style>
 span { border-color: #416C4E; }

 span { border-color: rgb(65,108,78); }

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