Shades of Trendy Green #848134
Tints of Trendy Green #848134
RGB
CMYK
RGB Variations
Color information
#848134 (or 0x848134) is known color: Trendy Green. HEX triplet: 84, 81 and 34. RGB value is (132,129,52). Sum of RGB (Red+Green+Blue) = 132+129+52=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #848134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848134 is #7B7ECB. Grayscale: #797979. Windows color (decimal): -8093388 or 3441028. OLE color: 3441028.
HSL color Cylindrical-coordinate representation of color #848134: hue angle of 57.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #848134 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 52 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.48 |
| HSL | 57.75º | 0.43% | 0.36% | - |
| HSV(B) | 57.75º | 0.61% | 0.52% | - |
| XYZ | 17.99 | 20.85 | 6.33 | - |
| YUV | 121.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 52 | 0 | 0.02 | 0.61 | 0.48 | 57.75 | 0.43 | 0.36 |
| Hex | 84 | 81 | 34 | 0 | 2 | 3D | 30 | 3A | 2B | 24 |
| Octal | 204 | 201 | 64 | 0 | 2 | 75 | 60 | 72 | 53 | 44 |
| Binary | 10000100 | 10000001 | 110100 | 0 | 10 | 111101 | 110000 | 111010 | 101011 | 100100 |
Color Harmonies of #848134
Complementary color
Monochromatic Colors of #848134
Black with #848134
Text Example
Text Example
White with #848134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848134; }
p { color: rgb(132,129,52); }
H1.HeaderClassName
{
color: #848134;
}
.AnyTagClassName
{
color: #848134;
}
</style>
background-color css
<style>
a { background-color: #848134; }
a { background-color: rgb(132,129,52); }
div.DivClassName
{
background-color: #848134;
}
.BgClassName
{
background-color: #848134;
}
</style>
border-color css
<style>
span { border-color: #848134; }
span { border-color: rgb(132,129,52); }
td.TdClassName
{
border-color: #848134;
}
.TagClassName
{
border-color: #848134;
}
</style>