#416B4E

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

Shades of Mineral Green #416B4E

Tints of Mineral Green #416B4E

Color information

#416B4E (or 0x416B4E) is unknown color: approx Mineral Green. HEX triplet: 41, 6B and 4E. RGB value is (65,107,78). Sum of RGB (Red+Green+Blue) = 65+107+78=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #416B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B4E is #BE94B1. Grayscale: #5B5B5B. Windows color (decimal): -12489906 or 5139265. OLE color: 5139265.

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

Color convert

RGB6510778-
CMYK0.3900.270.58
HSL138.57º24.42%33.73%-
HSV(B)138.57º39.25%41.96%-
XYZ8.8112.199.1-
YUV91.14120.59109.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=26%
G=42.8%
B=31.2%

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
Decimal65107780.3900.270.58138.5724.4233.73
Hex416B4E2701B3A8b1822
Octal10115311647033722133042
Binary1000001110101110011101001110110111110101000101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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