#4A614F

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

Shades of Mineral Green #4A614F

Tints of Mineral Green #4A614F

Color information

#4A614F (or 0x4A614F) is unknown color: approx Mineral Green. HEX triplet: 4A, 61 and 4F. RGB value is (74,97,79). Sum of RGB (Red+Green+Blue) = 74+97+79=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #4A614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A614F is #B59EB0. Grayscale: #585858. Windows color (decimal): -11902641 or 5202250. OLE color: 5202250.

HSL color Cylindrical-coordinate representation of color #4A614F: hue angle of 133.04º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A614F is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB749779-
CMYK0.2400.190.62
HSL133.04º13.45%33.53%-
HSV(B)133.04º23.71%38.04%-
XYZ8.5110.578.99-
YUV88.07122.88117.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.6%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=29.6%
G=38.8%
B=31.6%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497790.2400.190.62133.0413.4533.53
Hex4A614F180133E85d22
Octal11214111730023762051542
Binary10010101100001100111111000010011111110100001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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