Shades of Mineral Green #4A634E
Tints of Mineral Green #4A634E
RGB
CMYK
RGB Variations
Color information
#4A634E (or 0x4A634E) is known color: Mineral Green. HEX triplet: 4A, 63 and 4E. RGB value is (74,99,78). Sum of RGB (Red+Green+Blue) = 74+99+78=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #4A634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A634E is #B59CB1. Grayscale: #595959. Windows color (decimal): -11902130 or 5137226. OLE color: 5137226.
HSL color Cylindrical-coordinate representation of color #4A634E: hue angle of 129.6º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A634E is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 78 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.61 |
| HSL | 129.6º | 0.14% | 0.34% | - |
| HSV(B) | 129.6º | 0.25% | 0.39% | - |
| XYZ | 8.66 | 10.93 | 8.86 | - |
| YUV | 89.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 78 | 0.25 | 0 | 0.21 | 0.61 | 129.6 | 0.14 | 0.34 |
| Hex | 4A | 63 | 4E | 19 | 0 | 15 | 3D | 82 | E | 22 |
| Octal | 112 | 143 | 116 | 31 | 0 | 25 | 75 | 202 | 16 | 42 |
| Binary | 1001010 | 1100011 | 1001110 | 11001 | 0 | 10101 | 111101 | 10000010 | 1110 | 100010 |
Color Harmonies of #4A634E
Complementary color
Monochromatic Colors of #4A634E
Black with #4A634E
Text Example
Text Example
White with #4A634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A634E; }
p { color: rgb(74,99,78); }
H1.HeaderClassName
{
color: #4A634E;
}
.AnyTagClassName
{
color: #4A634E;
}
</style>
background-color css
<style>
a { background-color: #4A634E; }
a { background-color: rgb(74,99,78); }
div.DivClassName
{
background-color: #4A634E;
}
.BgClassName
{
background-color: #4A634E;
}
</style>
border-color css
<style>
span { border-color: #4A634E; }
span { border-color: rgb(74,99,78); }
td.TdClassName
{
border-color: #4A634E;
}
.TagClassName
{
border-color: #4A634E;
}
</style>