Shades of Trendy Green #827E1F
Tints of Trendy Green #827E1F
RGB
CMYK
RGB Variations
Color information
#827E1F (or 0x827E1F) is known color: Trendy Green. HEX triplet: 82, 7E and 1F. RGB value is (130,126,31). Sum of RGB (Red+Green+Blue) = 130+126+31=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #827E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E1F is #7D81E0. Grayscale: #747474. Windows color (decimal): -8225249 or 2064002. OLE color: 2064002.
HSL color Cylindrical-coordinate representation of color #827E1F: hue angle of 57.58º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #827E1F is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 31 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.49 |
| HSL | 57.58º | 0.61% | 0.32% | - |
| HSV(B) | 57.58º | 0.76% | 0.51% | - |
| XYZ | 16.91 | 19.77 | 4.22 | - |
| YUV | 116.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 31 | 0 | 0.03 | 0.76 | 0.49 | 57.58 | 0.61 | 0.32 |
| Hex | 82 | 7E | 1F | 0 | 3 | 4C | 31 | 3A | 3D | 20 |
| Octal | 202 | 176 | 37 | 0 | 3 | 114 | 61 | 72 | 75 | 40 |
| Binary | 10000010 | 1111110 | 11111 | 0 | 11 | 1001100 | 110001 | 111010 | 111101 | 100000 |
Color Harmonies of #827E1F
Complementary color
Monochromatic Colors of #827E1F
Black with #827E1F
Text Example
Text Example
White with #827E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E1F; }
p { color: rgb(130,126,31); }
H1.HeaderClassName
{
color: #827E1F;
}
.AnyTagClassName
{
color: #827E1F;
}
</style>
background-color css
<style>
a { background-color: #827E1F; }
a { background-color: rgb(130,126,31); }
div.DivClassName
{
background-color: #827E1F;
}
.BgClassName
{
background-color: #827E1F;
}
</style>
border-color css
<style>
span { border-color: #827E1F; }
span { border-color: rgb(130,126,31); }
td.TdClassName
{
border-color: #827E1F;
}
.TagClassName
{
border-color: #827E1F;
}
</style>