Shades of Trendy Green #838015
Tints of Trendy Green #838015
RGB
CMYK
RGB Variations
Color information
#838015 (or 0x838015) is known color: Trendy Green. HEX triplet: 83, 80 and 15. RGB value is (131,128,21). Sum of RGB (Red+Green+Blue) = 131+128+21=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #838015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838015 is #7C7FEA. Grayscale: #757575. Windows color (decimal): -8159211 or 1409155. OLE color: 1409155.
HSL color Cylindrical-coordinate representation of color #838015: hue angle of 58.36º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #838015 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 21 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.49 |
| HSL | 58.36º | 0.72% | 0.3% | - |
| HSV(B) | 58.36º | 0.84% | 0.51% | - |
| XYZ | 17.21 | 20.32 | 3.72 | - |
| YUV | 116.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 21 | 0 | 0.02 | 0.84 | 0.49 | 58.36 | 0.72 | 0.3 |
| Hex | 83 | 80 | 15 | 0 | 2 | 54 | 31 | 3A | 48 | 1E |
| Octal | 203 | 200 | 25 | 0 | 2 | 124 | 61 | 72 | 110 | 36 |
| Binary | 10000011 | 10000000 | 10101 | 0 | 10 | 1010100 | 110001 | 111010 | 1001000 | 11110 |
Color Harmonies of #838015
Complementary color
Monochromatic Colors of #838015
Black with #838015
Text Example
Text Example
White with #838015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838015; }
p { color: rgb(131,128,21); }
H1.HeaderClassName
{
color: #838015;
}
.AnyTagClassName
{
color: #838015;
}
</style>
background-color css
<style>
a { background-color: #838015; }
a { background-color: rgb(131,128,21); }
div.DivClassName
{
background-color: #838015;
}
.BgClassName
{
background-color: #838015;
}
</style>
border-color css
<style>
span { border-color: #838015; }
span { border-color: rgb(131,128,21); }
td.TdClassName
{
border-color: #838015;
}
.TagClassName
{
border-color: #838015;
}
</style>