Shades of Trendy Green #838813
Tints of Trendy Green #838813
RGB
CMYK
RGB Variations
Color information
#838813 (or 0x838813) is known color: Trendy Green. HEX triplet: 83, 88 and 13. RGB value is (131,136,19). Sum of RGB (Red+Green+Blue) = 131+136+19=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #838813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838813 is #7C77EC. Grayscale: #797979. Windows color (decimal): -8157165 or 1280131. OLE color: 1280131.
HSL color Cylindrical-coordinate representation of color #838813: hue angle of 62.56º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #838813 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 19 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.47 |
| HSL | 62.56º | 0.75% | 0.3% | - |
| HSV(B) | 62.56º | 0.86% | 0.53% | - |
| XYZ | 18.28 | 22.48 | 3.99 | - |
| YUV | 121.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 19 | 0.04 | 0 | 0.86 | 0.47 | 62.56 | 0.75 | 0.3 |
| Hex | 83 | 88 | 13 | 4 | 0 | 56 | 2F | 3F | 4B | 1E |
| Octal | 203 | 210 | 23 | 4 | 0 | 126 | 57 | 77 | 113 | 36 |
| Binary | 10000011 | 10001000 | 10011 | 100 | 0 | 1010110 | 101111 | 111111 | 1001011 | 11110 |
Color Harmonies of #838813
Complementary color
Monochromatic Colors of #838813
Black with #838813
Text Example
Text Example
White with #838813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838813; }
p { color: rgb(131,136,19); }
H1.HeaderClassName
{
color: #838813;
}
.AnyTagClassName
{
color: #838813;
}
</style>
background-color css
<style>
a { background-color: #838813; }
a { background-color: rgb(131,136,19); }
div.DivClassName
{
background-color: #838813;
}
.BgClassName
{
background-color: #838813;
}
</style>
border-color css
<style>
span { border-color: #838813; }
span { border-color: rgb(131,136,19); }
td.TdClassName
{
border-color: #838813;
}
.TagClassName
{
border-color: #838813;
}
</style>