Shades of Trendy Green #837F33
Tints of Trendy Green #837F33
RGB
CMYK
RGB Variations
Color information
#837F33 (or 0x837F33) is known color: Trendy Green. HEX triplet: 83, 7F and 33. RGB value is (131,127,51). Sum of RGB (Red+Green+Blue) = 131+127+51=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #837F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F33 is #7C80CC. Grayscale: #777777. Windows color (decimal): -8159437 or 3374979. OLE color: 3374979.
HSL color Cylindrical-coordinate representation of color #837F33: hue angle of 57º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #837F33 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 51 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.49 |
| HSL | 57º | 0.44% | 0.36% | - |
| HSV(B) | 57º | 0.61% | 0.51% | - |
| XYZ | 17.55 | 20.24 | 6.11 | - |
| YUV | 119.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 51 | 0 | 0.03 | 0.61 | 0.49 | 57 | 0.44 | 0.36 |
| Hex | 83 | 7F | 33 | 0 | 3 | 3D | 31 | 39 | 2C | 24 |
| Octal | 203 | 177 | 63 | 0 | 3 | 75 | 61 | 71 | 54 | 44 |
| Binary | 10000011 | 1111111 | 110011 | 0 | 11 | 111101 | 110001 | 111001 | 101100 | 100100 |
Color Harmonies of #837F33
Complementary color
Monochromatic Colors of #837F33
Black with #837F33
Text Example
Text Example
White with #837F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F33; }
p { color: rgb(131,127,51); }
H1.HeaderClassName
{
color: #837F33;
}
.AnyTagClassName
{
color: #837F33;
}
</style>
background-color css
<style>
a { background-color: #837F33; }
a { background-color: rgb(131,127,51); }
div.DivClassName
{
background-color: #837F33;
}
.BgClassName
{
background-color: #837F33;
}
</style>
border-color css
<style>
span { border-color: #837F33; }
span { border-color: rgb(131,127,51); }
td.TdClassName
{
border-color: #837F33;
}
.TagClassName
{
border-color: #837F33;
}
</style>