Shades of Mineral Green #4A6450
Tints of Mineral Green #4A6450
RGB
CMYK
RGB Variations
Color information
#4A6450 (or 0x4A6450) is known color: Mineral Green. HEX triplet: 4A, 64 and 50. RGB value is (74,100,80). Sum of RGB (Red+Green+Blue) = 74+100+80=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6450 is #B59BAF. Grayscale: #5A5A5A. Windows color (decimal): -11901872 or 5268554. OLE color: 5268554.
HSL color Cylindrical-coordinate representation of color #4A6450: hue angle of 133.85º 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 #4A6450 is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 80 | - |
| CMYK | 0.26 | 0 | 0.2 | 0.61 |
| HSL | 133.85º | 0.15% | 0.34% | - |
| HSV(B) | 133.85º | 0.26% | 0.39% | - |
| XYZ | 8.83 | 11.15 | 9.28 | - |
| YUV | 89.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 80 | 0.26 | 0 | 0.2 | 0.61 | 133.85 | 0.15 | 0.34 |
| Hex | 4A | 64 | 50 | 1A | 0 | 14 | 3D | 86 | F | 22 |
| Octal | 112 | 144 | 120 | 32 | 0 | 24 | 75 | 206 | 17 | 42 |
| Binary | 1001010 | 1100100 | 1010000 | 11010 | 0 | 10100 | 111101 | 10000110 | 1111 | 100010 |
Color Harmonies of #4A6450
Complementary color
Monochromatic Colors of #4A6450
Black with #4A6450
Text Example
Text Example
White with #4A6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6450; }
p { color: rgb(74,100,80); }
H1.HeaderClassName
{
color: #4A6450;
}
.AnyTagClassName
{
color: #4A6450;
}
</style>
background-color css
<style>
a { background-color: #4A6450; }
a { background-color: rgb(74,100,80); }
div.DivClassName
{
background-color: #4A6450;
}
.BgClassName
{
background-color: #4A6450;
}
</style>
border-color css
<style>
span { border-color: #4A6450; }
span { border-color: rgb(74,100,80); }
td.TdClassName
{
border-color: #4A6450;
}
.TagClassName
{
border-color: #4A6450;
}
</style>