#416A4E

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

Shades of Mineral Green #416A4E

Tints of Mineral Green #416A4E

Color information

#416A4E (or 0x416A4E) is unknown color: approx Mineral Green. HEX triplet: 41, 6A and 4E. RGB value is (65,106,78). Sum of RGB (Red+Green+Blue) = 65+106+78=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #416A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A4E is #BE95B1. Grayscale: #5A5A5A. Windows color (decimal): -12490162 or 5139009. OLE color: 5139009.

HSL color Cylindrical-coordinate representation of color #416A4E: 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.39%. Process color model (Four color, CMYK) of #416A4E is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB6510678-
CMYK0.3900.260.58
HSL139.02º23.98%33.53%-
HSV(B)139.02º38.68%41.57%-
XYZ8.7111.989.06-
YUV90.55120.92109.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=26.10%
G=42.57%
B=31.33%

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
Decimal65106780.3900.260.58139.0223.9833.53
Hex416A4E2701A3A8b1822
Octal10115211647032722133042
Binary1000001110101010011101001110110101110101000101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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