Shades of Mineral Green #41634A
Tints of Mineral Green #41634A
RGB
CMYK
RGB Variations
Color information
#41634A (or 0x41634A) is known color: Mineral Green. HEX triplet: 41, 63 and 4A. RGB value is (65,99,74). Sum of RGB (Red+Green+Blue) = 65+99+74=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #41634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41634A is #BE9CB5. Grayscale: #565656. Windows color (decimal): -12491958 or 4875073. OLE color: 4875073.
HSL color Cylindrical-coordinate representation of color #41634A: hue angle of 135.88º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41634A is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 99 | 74 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.61 |
| HSL | 135.88º | 0.21% | 0.32% | - |
| HSV(B) | 135.88º | 0.34% | 0.39% | - |
| XYZ | 7.88 | 10.54 | 8.1 | - |
| YUV | 85.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 74 | 0.34 | 0 | 0.25 | 0.61 | 135.88 | 0.21 | 0.32 |
| Hex | 41 | 63 | 4A | 22 | 0 | 19 | 3D | 88 | 15 | 20 |
| Octal | 101 | 143 | 112 | 42 | 0 | 31 | 75 | 210 | 25 | 40 |
| Binary | 1000001 | 1100011 | 1001010 | 100010 | 0 | 11001 | 111101 | 10001000 | 10101 | 100000 |
Color Harmonies of #41634A
Complementary color
Monochromatic Colors of #41634A
Black with #41634A
Text Example
Text Example
White with #41634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41634A; }
p { color: rgb(65,99,74); }
H1.HeaderClassName
{
color: #41634A;
}
.AnyTagClassName
{
color: #41634A;
}
</style>
background-color css
<style>
a { background-color: #41634A; }
a { background-color: rgb(65,99,74); }
div.DivClassName
{
background-color: #41634A;
}
.BgClassName
{
background-color: #41634A;
}
</style>
border-color css
<style>
span { border-color: #41634A; }
span { border-color: rgb(65,99,74); }
td.TdClassName
{
border-color: #41634A;
}
.TagClassName
{
border-color: #41634A;
}
</style>