Shades of Mineral Green #45634A
Tints of Mineral Green #45634A
RGB
CMYK
RGB Variations
Color information
#45634A (or 0x45634A) is known color: Mineral Green. HEX triplet: 45, 63 and 4A. RGB value is (69,99,74). Sum of RGB (Red+Green+Blue) = 69+99+74=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #45634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45634A is #BA9CB5. Grayscale: #575757. Windows color (decimal): -12229814 or 4875077. OLE color: 4875077.
HSL color Cylindrical-coordinate representation of color #45634A: hue angle of 130º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45634A is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 74 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.61 |
| HSL | 130º | 0.18% | 0.33% | - |
| HSV(B) | 130º | 0.3% | 0.39% | - |
| XYZ | 8.15 | 10.68 | 8.11 | - |
| YUV | 87.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 74 | 0.30 | 0 | 0.25 | 0.61 | 130 | 0.18 | 0.33 |
| Hex | 45 | 63 | 4A | 1E | 0 | 19 | 3D | 82 | 12 | 21 |
| Octal | 105 | 143 | 112 | 36 | 0 | 31 | 75 | 202 | 22 | 41 |
| Binary | 1000101 | 1100011 | 1001010 | 11110 | 0 | 11001 | 111101 | 10000010 | 10010 | 100001 |
Color Harmonies of #45634A
Complementary color
Monochromatic Colors of #45634A
Black with #45634A
Text Example
Text Example
White with #45634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45634A; }
p { color: rgb(69,99,74); }
H1.HeaderClassName
{
color: #45634A;
}
.AnyTagClassName
{
color: #45634A;
}
</style>
background-color css
<style>
a { background-color: #45634A; }
a { background-color: rgb(69,99,74); }
div.DivClassName
{
background-color: #45634A;
}
.BgClassName
{
background-color: #45634A;
}
</style>
border-color css
<style>
span { border-color: #45634A; }
span { border-color: rgb(69,99,74); }
td.TdClassName
{
border-color: #45634A;
}
.TagClassName
{
border-color: #45634A;
}
</style>