Shades of Mineral Green #43604A
Tints of Mineral Green #43604A
RGB
CMYK
RGB Variations
Color information
#43604A (or 0x43604A) is known color: Mineral Green. HEX triplet: 43, 60 and 4A. RGB value is (67,96,74). Sum of RGB (Red+Green+Blue) = 67+96+74=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #43604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43604A is #BC9FB5. Grayscale: #545454. Windows color (decimal): -12361654 or 4874307. OLE color: 4874307.
HSL color Cylindrical-coordinate representation of color #43604A: hue angle of 134.48º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43604A is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 96 | 74 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.62 |
| HSL | 134.48º | 0.18% | 0.32% | - |
| HSV(B) | 134.48º | 0.3% | 0.38% | - |
| XYZ | 7.73 | 10.05 | 8.01 | - |
| YUV | 84.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 74 | 0.30 | 0 | 0.23 | 0.62 | 134.48 | 0.18 | 0.32 |
| Hex | 43 | 60 | 4A | 1E | 0 | 17 | 3E | 86 | 12 | 20 |
| Octal | 103 | 140 | 112 | 36 | 0 | 27 | 76 | 206 | 22 | 40 |
| Binary | 1000011 | 1100000 | 1001010 | 11110 | 0 | 10111 | 111110 | 10000110 | 10010 | 100000 |
Color Harmonies of #43604A
Complementary color
Monochromatic Colors of #43604A
Black with #43604A
Text Example
Text Example
White with #43604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43604A; }
p { color: rgb(67,96,74); }
H1.HeaderClassName
{
color: #43604A;
}
.AnyTagClassName
{
color: #43604A;
}
</style>
background-color css
<style>
a { background-color: #43604A; }
a { background-color: rgb(67,96,74); }
div.DivClassName
{
background-color: #43604A;
}
.BgClassName
{
background-color: #43604A;
}
</style>
border-color css
<style>
span { border-color: #43604A; }
span { border-color: rgb(67,96,74); }
td.TdClassName
{
border-color: #43604A;
}
.TagClassName
{
border-color: #43604A;
}
</style>