Shades of Trendy Green #827E19
Tints of Trendy Green #827E19
RGB
CMYK
RGB Variations
Color information
#827E19 (or 0x827E19) is known color: Trendy Green. HEX triplet: 82, 7E and 19. RGB value is (130,126,25). Sum of RGB (Red+Green+Blue) = 130+126+25=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #827E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E19 is #7D81E6. Grayscale: #747474. Windows color (decimal): -8225255 or 1670786. OLE color: 1670786.
HSL color Cylindrical-coordinate representation of color #827E19: hue angle of 57.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #827E19 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 25 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.49 |
| HSL | 57.71º | 0.68% | 0.3% | - |
| HSV(B) | 57.71º | 0.81% | 0.51% | - |
| XYZ | 16.84 | 19.74 | 3.84 | - |
| YUV | 115.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 25 | 0 | 0.03 | 0.81 | 0.49 | 57.71 | 0.68 | 0.3 |
| Hex | 82 | 7E | 19 | 0 | 3 | 51 | 31 | 3A | 44 | 1E |
| Octal | 202 | 176 | 31 | 0 | 3 | 121 | 61 | 72 | 104 | 36 |
| Binary | 10000010 | 1111110 | 11001 | 0 | 11 | 1010001 | 110001 | 111010 | 1000100 | 11110 |
Color Harmonies of #827E19
Complementary color
Monochromatic Colors of #827E19
Black with #827E19
Text Example
Text Example
White with #827E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E19; }
p { color: rgb(130,126,25); }
H1.HeaderClassName
{
color: #827E19;
}
.AnyTagClassName
{
color: #827E19;
}
</style>
background-color css
<style>
a { background-color: #827E19; }
a { background-color: rgb(130,126,25); }
div.DivClassName
{
background-color: #827E19;
}
.BgClassName
{
background-color: #827E19;
}
</style>
border-color css
<style>
span { border-color: #827E19; }
span { border-color: rgb(130,126,25); }
td.TdClassName
{
border-color: #827E19;
}
.TagClassName
{
border-color: #827E19;
}
</style>