Shades of Trendy Green #838017
Tints of Trendy Green #838017
RGB
CMYK
RGB Variations
Color information
#838017 (or 0x838017) is known color: Trendy Green. HEX triplet: 83, 80 and 17. RGB value is (131,128,23). Sum of RGB (Red+Green+Blue) = 131+128+23=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #838017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838017 is #7C7FE8. Grayscale: #757575. Windows color (decimal): -8159209 or 1540227. OLE color: 1540227.
HSL color Cylindrical-coordinate representation of color #838017: hue angle of 58.33º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #838017 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 23 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.49 |
| HSL | 58.33º | 0.7% | 0.3% | - |
| HSV(B) | 58.33º | 0.82% | 0.51% | - |
| XYZ | 17.23 | 20.33 | 3.83 | - |
| YUV | 116.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 23 | 0 | 0.02 | 0.82 | 0.49 | 58.33 | 0.7 | 0.3 |
| Hex | 83 | 80 | 17 | 0 | 2 | 52 | 31 | 3A | 46 | 1E |
| Octal | 203 | 200 | 27 | 0 | 2 | 122 | 61 | 72 | 106 | 36 |
| Binary | 10000011 | 10000000 | 10111 | 0 | 10 | 1010010 | 110001 | 111010 | 1000110 | 11110 |
Color Harmonies of #838017
Complementary color
Monochromatic Colors of #838017
Black with #838017
Text Example
Text Example
White with #838017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838017; }
p { color: rgb(131,128,23); }
H1.HeaderClassName
{
color: #838017;
}
.AnyTagClassName
{
color: #838017;
}
</style>
background-color css
<style>
a { background-color: #838017; }
a { background-color: rgb(131,128,23); }
div.DivClassName
{
background-color: #838017;
}
.BgClassName
{
background-color: #838017;
}
</style>
border-color css
<style>
span { border-color: #838017; }
span { border-color: rgb(131,128,23); }
td.TdClassName
{
border-color: #838017;
}
.TagClassName
{
border-color: #838017;
}
</style>