#4A6954

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

Shades of Mineral Green #4A6954

Tints of Mineral Green #4A6954

Color information

#4A6954 (or 0x4A6954) is unknown color: approx Mineral Green. HEX triplet: 4A, 69 and 54. RGB value is (74,105,84). Sum of RGB (Red+Green+Blue) = 74+105+84=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6954 is #B596AB. Grayscale: #5D5D5D. Windows color (decimal): -11900588 or 5531978. OLE color: 5531978.

HSL color Cylindrical-coordinate representation of color #4A6954: hue angle of 139.35º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6954 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB7410584-
CMYK0.3000.200.59
HSL139.35º17.32%35.1%-
HSV(B)139.35º29.52%41.18%-
XYZ9.4812.210.24-
YUV93.34122.73114.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.14%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=28.14%
G=39.92%
B=31.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105840.3000.200.59139.3517.3235.1
Hex4A69541E0143B8b1123
Octal11215112436024732132143
Binary100101011010011010100111100101001110111000101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,84); }

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

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

 a { background-color: rgb(74,105,84); }

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

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

 span { border-color: rgb(74,105,84); }

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