Shades of Mineral Green #43664A
Tints of Mineral Green #43664A
RGB
CMYK
RGB Variations
Color information
#43664A (or 0x43664A) is known color: Mineral Green. HEX triplet: 43, 66 and 4A. RGB value is (67,102,74). Sum of RGB (Red+Green+Blue) = 67+102+74=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #43664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43664A is #BC99B5. Grayscale: #585858. Windows color (decimal): -12360118 or 4875843. OLE color: 4875843.
HSL color Cylindrical-coordinate representation of color #43664A: hue angle of 132º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #43664A is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 67 | 102 | 74 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.6 |
| HSL | 132º | 0.21% | 0.33% | - |
| HSV(B) | 132º | 0.34% | 0.4% | - |
| XYZ | 8.3 | 11.19 | 8.2 | - |
| YUV | 88.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 74 | 0.34 | 0 | 0.27 | 0.6 | 132 | 0.21 | 0.33 |
| Hex | 43 | 66 | 4A | 22 | 0 | 1B | 3C | 84 | 15 | 21 |
| Octal | 103 | 146 | 112 | 42 | 0 | 33 | 74 | 204 | 25 | 41 |
| Binary | 1000011 | 1100110 | 1001010 | 100010 | 0 | 11011 | 111100 | 10000100 | 10101 | 100001 |
Color Harmonies of #43664A
Complementary color
Monochromatic Colors of #43664A
Black with #43664A
Text Example
Text Example
White with #43664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43664A; }
p { color: rgb(67,102,74); }
H1.HeaderClassName
{
color: #43664A;
}
.AnyTagClassName
{
color: #43664A;
}
</style>
background-color css
<style>
a { background-color: #43664A; }
a { background-color: rgb(67,102,74); }
div.DivClassName
{
background-color: #43664A;
}
.BgClassName
{
background-color: #43664A;
}
</style>
border-color css
<style>
span { border-color: #43664A; }
span { border-color: rgb(67,102,74); }
td.TdClassName
{
border-color: #43664A;
}
.TagClassName
{
border-color: #43664A;
}
</style>