Shades of Trendy Green #849026
Tints of Trendy Green #849026
RGB
CMYK
RGB Variations
Color information
#849026 (or 0x849026) is known color: Trendy Green. HEX triplet: 84, 90 and 26. RGB value is (132,144,38). Sum of RGB (Red+Green+Blue) = 132+144+38=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #849026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849026 is #7B6FD9. Grayscale: #808080. Windows color (decimal): -8089562 or 2527364. OLE color: 2527364.
HSL color Cylindrical-coordinate representation of color #849026: hue angle of 66.79º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #849026 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 38 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.44 |
| HSL | 66.79º | 0.58% | 0.36% | - |
| HSV(B) | 66.79º | 0.74% | 0.56% | - |
| XYZ | 19.84 | 24.99 | 5.61 | - |
| YUV | 128.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 38 | 0.08 | 0 | 0.74 | 0.44 | 66.79 | 0.58 | 0.36 |
| Hex | 84 | 90 | 26 | 8 | 0 | 4A | 2C | 43 | 3A | 24 |
| Octal | 204 | 220 | 46 | 10 | 0 | 112 | 54 | 103 | 72 | 44 |
| Binary | 10000100 | 10010000 | 100110 | 1000 | 0 | 1001010 | 101100 | 1000011 | 111010 | 100100 |
Color Harmonies of #849026
Complementary color
Monochromatic Colors of #849026
Black with #849026
Text Example
Text Example
White with #849026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849026; }
p { color: rgb(132,144,38); }
H1.HeaderClassName
{
color: #849026;
}
.AnyTagClassName
{
color: #849026;
}
</style>
background-color css
<style>
a { background-color: #849026; }
a { background-color: rgb(132,144,38); }
div.DivClassName
{
background-color: #849026;
}
.BgClassName
{
background-color: #849026;
}
</style>
border-color css
<style>
span { border-color: #849026; }
span { border-color: rgb(132,144,38); }
td.TdClassName
{
border-color: #849026;
}
.TagClassName
{
border-color: #849026;
}
</style>