Shades of Trendy Green #838725
Tints of Trendy Green #838725
RGB
CMYK
RGB Variations
Color information
#838725 (or 0x838725) is known color: Trendy Green. HEX triplet: 83, 87 and 25. RGB value is (131,135,37). Sum of RGB (Red+Green+Blue) = 131+135+37=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #838725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838725 is #7C78DA. Grayscale: #7B7B7B. Windows color (decimal): -8157403 or 2459523. OLE color: 2459523.
HSL color Cylindrical-coordinate representation of color #838725: hue angle of 62.45º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #838725 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 37 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.47 |
| HSL | 62.45º | 0.57% | 0.34% | - |
| HSV(B) | 62.45º | 0.73% | 0.53% | - |
| XYZ | 18.36 | 22.29 | 5.08 | - |
| YUV | 122.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 37 | 0.03 | 0 | 0.73 | 0.47 | 62.45 | 0.57 | 0.34 |
| Hex | 83 | 87 | 25 | 3 | 0 | 49 | 2F | 3E | 39 | 22 |
| Octal | 203 | 207 | 45 | 3 | 0 | 111 | 57 | 76 | 71 | 42 |
| Binary | 10000011 | 10000111 | 100101 | 11 | 0 | 1001001 | 101111 | 111110 | 111001 | 100010 |
Color Harmonies of #838725
Complementary color
Monochromatic Colors of #838725
Black with #838725
Text Example
Text Example
White with #838725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838725; }
p { color: rgb(131,135,37); }
H1.HeaderClassName
{
color: #838725;
}
.AnyTagClassName
{
color: #838725;
}
</style>
background-color css
<style>
a { background-color: #838725; }
a { background-color: rgb(131,135,37); }
div.DivClassName
{
background-color: #838725;
}
.BgClassName
{
background-color: #838725;
}
</style>
border-color css
<style>
span { border-color: #838725; }
span { border-color: rgb(131,135,37); }
td.TdClassName
{
border-color: #838725;
}
.TagClassName
{
border-color: #838725;
}
</style>