#4A664F

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

Shades of Mineral Green #4A664F

Tints of Mineral Green #4A664F

Color information

#4A664F (or 0x4A664F) is unknown color: approx Mineral Green. HEX triplet: 4A, 66 and 4F. RGB value is (74,102,79). Sum of RGB (Red+Green+Blue) = 74+102+79=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #4A664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A664F is #B599B0. Grayscale: #5B5B5B. Windows color (decimal): -11901361 or 5203530. OLE color: 5203530.

HSL color Cylindrical-coordinate representation of color #4A664F: hue angle of 130.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A664F is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB7410279-
CMYK0.2700.230.6
HSL130.71º15.91%34.51%-
HSV(B)130.71º27.45%40%-
XYZ8.9911.529.15-
YUV91.01121.22115.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.02%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=29.02%
G=40%
B=30.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102790.2700.230.6130.7115.9134.51
Hex4A664F1B0173C831023
Octal11214611733027742032043
Binary100101011001101001111110110101111111001000001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A664F; }

 p { color: rgb(74,102,79); }

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

<style>
 a { background-color: #4A664F; }

 a { background-color: rgb(74,102,79); }

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

<style>
 span { border-color: #4A664F; }

 span { border-color: rgb(74,102,79); }

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