#4A6652

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

Shades of Mineral Green #4A6652

Tints of Mineral Green #4A6652

Color information

#4A6652 (or 0x4A6652) is unknown color: approx Mineral Green. HEX triplet: 4A, 66 and 52. RGB value is (74,102,82). Sum of RGB (Red+Green+Blue) = 74+102+82=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6652 is #B599AD. Grayscale: #5B5B5B. Windows color (decimal): -11901358 or 5400138. OLE color: 5400138.

HSL color Cylindrical-coordinate representation of color #4A6652: hue angle of 137.14º 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 #4A6652 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB7410282-
CMYK0.2700.200.6
HSL137.14º15.91%34.51%-
HSV(B)137.14º27.45%40%-
XYZ9.111.579.74-
YUV91.35122.72115.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.68%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=28.68%
G=39.53%
B=31.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102820.2700.200.6137.1415.9134.51
Hex4A66521B0143C891023
Octal11214612233024742112043
Binary100101011001101010010110110101001111001000100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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