Shades of Mineral Green #45644A
Tints of Mineral Green #45644A
RGB
CMYK
RGB Variations
Color information
#45644A (or 0x45644A) is known color: Mineral Green. HEX triplet: 45, 64 and 4A. RGB value is (69,100,74). Sum of RGB (Red+Green+Blue) = 69+100+74=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #45644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45644A is #BA9BB5. Grayscale: #575757. Windows color (decimal): -12229558 or 4875333. OLE color: 4875333.
HSL color Cylindrical-coordinate representation of color #45644A: hue angle of 129.68º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #45644A is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 100 | 74 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.61 |
| HSL | 129.68º | 0.18% | 0.33% | - |
| HSV(B) | 129.68º | 0.31% | 0.39% | - |
| XYZ | 8.25 | 10.87 | 8.14 | - |
| YUV | 87.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 74 | 0.31 | 0 | 0.26 | 0.61 | 129.68 | 0.18 | 0.33 |
| Hex | 45 | 64 | 4A | 1F | 0 | 1A | 3D | 82 | 12 | 21 |
| Octal | 105 | 144 | 112 | 37 | 0 | 32 | 75 | 202 | 22 | 41 |
| Binary | 1000101 | 1100100 | 1001010 | 11111 | 0 | 11010 | 111101 | 10000010 | 10010 | 100001 |
Color Harmonies of #45644A
Complementary color
Monochromatic Colors of #45644A
Black with #45644A
Text Example
Text Example
White with #45644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45644A; }
p { color: rgb(69,100,74); }
H1.HeaderClassName
{
color: #45644A;
}
.AnyTagClassName
{
color: #45644A;
}
</style>
background-color css
<style>
a { background-color: #45644A; }
a { background-color: rgb(69,100,74); }
div.DivClassName
{
background-color: #45644A;
}
.BgClassName
{
background-color: #45644A;
}
</style>
border-color css
<style>
span { border-color: #45644A; }
span { border-color: rgb(69,100,74); }
td.TdClassName
{
border-color: #45644A;
}
.TagClassName
{
border-color: #45644A;
}
</style>