Shades of Trendy Green #837D28
Tints of Trendy Green #837D28
RGB
CMYK
RGB Variations
Color information
#837D28 (or 0x837D28) is known color: Trendy Green. HEX triplet: 83, 7D and 28. RGB value is (131,125,40). Sum of RGB (Red+Green+Blue) = 131+125+40=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #837D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837D28 is #7C82D7. Grayscale: #757575. Windows color (decimal): -8159960 or 2653571. OLE color: 2653571.
HSL color Cylindrical-coordinate representation of color #837D28: hue angle of 56.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #837D28 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 125 | 40 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.49 |
| HSL | 56.04º | 0.53% | 0.34% | - |
| HSV(B) | 56.04º | 0.69% | 0.51% | - |
| XYZ | 17.08 | 19.65 | 4.9 | - |
| YUV | 117.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 40 | 0 | 0.05 | 0.69 | 0.49 | 56.04 | 0.53 | 0.34 |
| Hex | 83 | 7D | 28 | 0 | 5 | 45 | 31 | 38 | 35 | 22 |
| Octal | 203 | 175 | 50 | 0 | 5 | 105 | 61 | 70 | 65 | 42 |
| Binary | 10000011 | 1111101 | 101000 | 0 | 101 | 1000101 | 110001 | 111000 | 110101 | 100010 |
Color Harmonies of #837D28
Complementary color
Monochromatic Colors of #837D28
Black with #837D28
Text Example
Text Example
White with #837D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D28; }
p { color: rgb(131,125,40); }
H1.HeaderClassName
{
color: #837D28;
}
.AnyTagClassName
{
color: #837D28;
}
</style>
background-color css
<style>
a { background-color: #837D28; }
a { background-color: rgb(131,125,40); }
div.DivClassName
{
background-color: #837D28;
}
.BgClassName
{
background-color: #837D28;
}
</style>
border-color css
<style>
span { border-color: #837D28; }
span { border-color: rgb(131,125,40); }
td.TdClassName
{
border-color: #837D28;
}
.TagClassName
{
border-color: #837D28;
}
</style>