Shades of Trendy Green #838414
Tints of Trendy Green #838414
RGB
CMYK
RGB Variations
Color information
#838414 (or 0x838414) is known color: Trendy Green. HEX triplet: 83, 84 and 14. RGB value is (131,132,20). Sum of RGB (Red+Green+Blue) = 131+132+20=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #838414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838414 is #7C7BEB. Grayscale: #777777. Windows color (decimal): -8158188 or 1344643. OLE color: 1344643.
HSL color Cylindrical-coordinate representation of color #838414: hue angle of 60.54º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #838414 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 132 | 20 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.48 |
| HSL | 60.54º | 0.74% | 0.3% | - |
| HSV(B) | 60.54º | 0.85% | 0.52% | - |
| XYZ | 17.74 | 21.38 | 3.85 | - |
| YUV | 118.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 20 | 0.01 | 0 | 0.85 | 0.48 | 60.54 | 0.74 | 0.3 |
| Hex | 83 | 84 | 14 | 1 | 0 | 55 | 30 | 3D | 4A | 1E |
| Octal | 203 | 204 | 24 | 1 | 0 | 125 | 60 | 75 | 112 | 36 |
| Binary | 10000011 | 10000100 | 10100 | 1 | 0 | 1010101 | 110000 | 111101 | 1001010 | 11110 |
Color Harmonies of #838414
Complementary color
Monochromatic Colors of #838414
Black with #838414
Text Example
Text Example
White with #838414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838414; }
p { color: rgb(131,132,20); }
H1.HeaderClassName
{
color: #838414;
}
.AnyTagClassName
{
color: #838414;
}
</style>
background-color css
<style>
a { background-color: #838414; }
a { background-color: rgb(131,132,20); }
div.DivClassName
{
background-color: #838414;
}
.BgClassName
{
background-color: #838414;
}
</style>
border-color css
<style>
span { border-color: #838414; }
span { border-color: rgb(131,132,20); }
td.TdClassName
{
border-color: #838414;
}
.TagClassName
{
border-color: #838414;
}
</style>