Shades of Trendy Green #838325
Tints of Trendy Green #838325
RGB
CMYK
RGB Variations
Color information
#838325 (or 0x838325) is known color: Trendy Green. HEX triplet: 83, 83 and 25. RGB value is (131,131,37). Sum of RGB (Red+Green+Blue) = 131+131+37=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838325 is #7C7CDA. Grayscale: #787878. Windows color (decimal): -8158427 or 2458499. OLE color: 2458499.
HSL color Cylindrical-coordinate representation of color #838325: hue angle of 60º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #838325 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 131 | 37 | - |
| CMYK | 0 | 0 | 0.72 | 0.49 |
| HSL | 60º | 0.56% | 0.33% | - |
| HSV(B) | 60º | 0.72% | 0.51% | - |
| XYZ | 17.81 | 21.19 | 4.9 | - |
| YUV | 120.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 37 | 0 | 0 | 0.72 | 0.49 | 60 | 0.56 | 0.33 |
| Hex | 83 | 83 | 25 | 0 | 0 | 48 | 31 | 3C | 38 | 21 |
| Octal | 203 | 203 | 45 | 0 | 0 | 110 | 61 | 74 | 70 | 41 |
| Binary | 10000011 | 10000011 | 100101 | 0 | 0 | 1001000 | 110001 | 111100 | 111000 | 100001 |
Color Harmonies of #838325
Complementary color
Monochromatic Colors of #838325
Black with #838325
Text Example
Text Example
White with #838325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838325; }
p { color: rgb(131,131,37); }
H1.HeaderClassName
{
color: #838325;
}
.AnyTagClassName
{
color: #838325;
}
</style>
background-color css
<style>
a { background-color: #838325; }
a { background-color: rgb(131,131,37); }
div.DivClassName
{
background-color: #838325;
}
.BgClassName
{
background-color: #838325;
}
</style>
border-color css
<style>
span { border-color: #838325; }
span { border-color: rgb(131,131,37); }
td.TdClassName
{
border-color: #838325;
}
.TagClassName
{
border-color: #838325;
}
</style>