Shades of Trendy Green #848025
Tints of Trendy Green #848025
RGB
CMYK
RGB Variations
Color information
#848025 (or 0x848025) is known color: Trendy Green. HEX triplet: 84, 80 and 25. RGB value is (132,128,37). Sum of RGB (Red+Green+Blue) = 132+128+37=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #848025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848025 is #7B7FDA. Grayscale: #777777. Windows color (decimal): -8093659 or 2457732. OLE color: 2457732.
HSL color Cylindrical-coordinate representation of color #848025: hue angle of 57.47º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #848025 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 37 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.48 |
| HSL | 57.47º | 0.56% | 0.33% | - |
| HSV(B) | 57.47º | 0.72% | 0.52% | - |
| XYZ | 17.57 | 20.48 | 4.78 | - |
| YUV | 118.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 37 | 0 | 0.03 | 0.72 | 0.48 | 57.47 | 0.56 | 0.33 |
| Hex | 84 | 80 | 25 | 0 | 3 | 48 | 30 | 39 | 38 | 21 |
| Octal | 204 | 200 | 45 | 0 | 3 | 110 | 60 | 71 | 70 | 41 |
| Binary | 10000100 | 10000000 | 100101 | 0 | 11 | 1001000 | 110000 | 111001 | 111000 | 100001 |
Color Harmonies of #848025
Complementary color
Monochromatic Colors of #848025
Black with #848025
Text Example
Text Example
White with #848025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848025; }
p { color: rgb(132,128,37); }
H1.HeaderClassName
{
color: #848025;
}
.AnyTagClassName
{
color: #848025;
}
</style>
background-color css
<style>
a { background-color: #848025; }
a { background-color: rgb(132,128,37); }
div.DivClassName
{
background-color: #848025;
}
.BgClassName
{
background-color: #848025;
}
</style>
border-color css
<style>
span { border-color: #848025; }
span { border-color: rgb(132,128,37); }
td.TdClassName
{
border-color: #848025;
}
.TagClassName
{
border-color: #848025;
}
</style>