Shades of Trendy Green #848319
Tints of Trendy Green #848319
RGB
CMYK
RGB Variations
Color information
#848319 (or 0x848319) is known color: Trendy Green. HEX triplet: 84, 83 and 19. RGB value is (132,131,25). Sum of RGB (Red+Green+Blue) = 132+131+25=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #848319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848319 is #7B7CE6. Grayscale: #777777. Windows color (decimal): -8092903 or 1672068. OLE color: 1672068.
HSL color Cylindrical-coordinate representation of color #848319: hue angle of 59.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #848319 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 25 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.48 |
| HSL | 59.44º | 0.68% | 0.31% | - |
| HSV(B) | 59.44º | 0.81% | 0.52% | - |
| XYZ | 17.81 | 21.21 | 4.07 | - |
| YUV | 119.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 25 | 0 | 0.01 | 0.81 | 0.48 | 59.44 | 0.68 | 0.31 |
| Hex | 84 | 83 | 19 | 0 | 1 | 51 | 30 | 3B | 44 | 1F |
| Octal | 204 | 203 | 31 | 0 | 1 | 121 | 60 | 73 | 104 | 37 |
| Binary | 10000100 | 10000011 | 11001 | 0 | 1 | 1010001 | 110000 | 111011 | 1000100 | 11111 |
Color Harmonies of #848319
Complementary color
Monochromatic Colors of #848319
Black with #848319
Text Example
Text Example
White with #848319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848319; }
p { color: rgb(132,131,25); }
H1.HeaderClassName
{
color: #848319;
}
.AnyTagClassName
{
color: #848319;
}
</style>
background-color css
<style>
a { background-color: #848319; }
a { background-color: rgb(132,131,25); }
div.DivClassName
{
background-color: #848319;
}
.BgClassName
{
background-color: #848319;
}
</style>
border-color css
<style>
span { border-color: #848319; }
span { border-color: rgb(132,131,25); }
td.TdClassName
{
border-color: #848319;
}
.TagClassName
{
border-color: #848319;
}
</style>