Shades of Mineral Green #41654A
Tints of Mineral Green #41654A
RGB
CMYK
RGB Variations
Color information
#41654A (or 0x41654A) is known color: Mineral Green. HEX triplet: 41, 65 and 4A. RGB value is (65,101,74). Sum of RGB (Red+Green+Blue) = 65+101+74=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #41654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41654A is #BE9AB5. Grayscale: #575757. Windows color (decimal): -12491446 or 4875585. OLE color: 4875585.
HSL color Cylindrical-coordinate representation of color #41654A: hue angle of 135º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41654A is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 101 | 74 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.60 |
| HSL | 135º | 0.22% | 0.33% | - |
| HSV(B) | 135º | 0.36% | 0.4% | - |
| XYZ | 8.07 | 10.93 | 8.16 | - |
| YUV | 87.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 74 | 0.36 | 0 | 0.27 | 0.60 | 135 | 0.22 | 0.33 |
| Hex | 41 | 65 | 4A | 24 | 0 | 1B | 3C | 87 | 16 | 21 |
| Octal | 101 | 145 | 112 | 44 | 0 | 33 | 74 | 207 | 26 | 41 |
| Binary | 1000001 | 1100101 | 1001010 | 100100 | 0 | 11011 | 111100 | 10000111 | 10110 | 100001 |
Color Harmonies of #41654A
Complementary color
Monochromatic Colors of #41654A
Black with #41654A
Text Example
Text Example
White with #41654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41654A; }
p { color: rgb(65,101,74); }
H1.HeaderClassName
{
color: #41654A;
}
.AnyTagClassName
{
color: #41654A;
}
</style>
background-color css
<style>
a { background-color: #41654A; }
a { background-color: rgb(65,101,74); }
div.DivClassName
{
background-color: #41654A;
}
.BgClassName
{
background-color: #41654A;
}
</style>
border-color css
<style>
span { border-color: #41654A; }
span { border-color: rgb(65,101,74); }
td.TdClassName
{
border-color: #41654A;
}
.TagClassName
{
border-color: #41654A;
}
</style>