Shades of Trendy Green #848133
Tints of Trendy Green #848133
RGB
CMYK
RGB Variations
Color information
#848133 (or 0x848133) is known color: Trendy Green. HEX triplet: 84, 81 and 33. RGB value is (132,129,51). Sum of RGB (Red+Green+Blue) = 132+129+51=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #848133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848133 is #7B7ECC. Grayscale: #797979. Windows color (decimal): -8093389 or 3375492. OLE color: 3375492.
HSL color Cylindrical-coordinate representation of color #848133: hue angle of 57.78º degrees, saturation: 0.44, 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 #848133 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 51 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.48 |
| HSL | 57.78º | 0.44% | 0.36% | - |
| HSV(B) | 57.78º | 0.61% | 0.52% | - |
| XYZ | 17.96 | 20.85 | 6.21 | - |
| YUV | 121.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 51 | 0 | 0.02 | 0.61 | 0.48 | 57.78 | 0.44 | 0.36 |
| Hex | 84 | 81 | 33 | 0 | 2 | 3D | 30 | 3A | 2C | 24 |
| Octal | 204 | 201 | 63 | 0 | 2 | 75 | 60 | 72 | 54 | 44 |
| Binary | 10000100 | 10000001 | 110011 | 0 | 10 | 111101 | 110000 | 111010 | 101100 | 100100 |
Color Harmonies of #848133
Complementary color
Monochromatic Colors of #848133
Black with #848133
Text Example
Text Example
White with #848133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848133; }
p { color: rgb(132,129,51); }
H1.HeaderClassName
{
color: #848133;
}
.AnyTagClassName
{
color: #848133;
}
</style>
background-color css
<style>
a { background-color: #848133; }
a { background-color: rgb(132,129,51); }
div.DivClassName
{
background-color: #848133;
}
.BgClassName
{
background-color: #848133;
}
</style>
border-color css
<style>
span { border-color: #848133; }
span { border-color: rgb(132,129,51); }
td.TdClassName
{
border-color: #848133;
}
.TagClassName
{
border-color: #848133;
}
</style>