#4A644F

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

Shades of Mineral Green #4A644F

Tints of Mineral Green #4A644F

Color information

#4A644F (or 0x4A644F) is unknown color: approx Mineral Green. HEX triplet: 4A, 64 and 4F. RGB value is (74,100,79). Sum of RGB (Red+Green+Blue) = 74+100+79=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 100 - color contains mainly: green. Hex color #4A644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A644F is #B59BB0. Grayscale: #595959. Windows color (decimal): -11901873 or 5203018. OLE color: 5203018.

HSL color Cylindrical-coordinate representation of color #4A644F: hue angle of 131.54º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A644F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB7410079-
CMYK0.2600.210.61
HSL131.54º14.94%34.12%-
HSV(B)131.54º26%39.22%-
XYZ8.7911.139.08-
YUV89.83121.89116.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.25%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=29.25%
G=39.53%
B=31.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal74100790.2600.210.61131.5414.9434.12
Hex4A644F1A0153D84f22
Octal11214411732025752041742
Binary10010101100100100111111010010101111101100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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