Shades of Trendy Green #838529
Tints of Trendy Green #838529
RGB
CMYK
RGB Variations
Color information
#838529 (or 0x838529) is known color: Trendy Green. HEX triplet: 83, 85 and 29. RGB value is (131,133,41). Sum of RGB (Red+Green+Blue) = 131+133+41=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #838529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838529 is #7C7AD6. Grayscale: #7A7A7A. Windows color (decimal): -8157911 or 2721155. OLE color: 2721155.
HSL color Cylindrical-coordinate representation of color #838529: hue angle of 61.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #838529 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 41 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.48 |
| HSL | 61.3º | 0.53% | 0.34% | - |
| HSV(B) | 61.3º | 0.69% | 0.52% | - |
| XYZ | 18.15 | 21.76 | 5.34 | - |
| YUV | 121.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 41 | 0.02 | 0 | 0.69 | 0.48 | 61.3 | 0.53 | 0.34 |
| Hex | 83 | 85 | 29 | 2 | 0 | 45 | 30 | 3D | 35 | 22 |
| Octal | 203 | 205 | 51 | 2 | 0 | 105 | 60 | 75 | 65 | 42 |
| Binary | 10000011 | 10000101 | 101001 | 10 | 0 | 1000101 | 110000 | 111101 | 110101 | 100010 |
Color Harmonies of #838529
Complementary color
Monochromatic Colors of #838529
Black with #838529
Text Example
Text Example
White with #838529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838529; }
p { color: rgb(131,133,41); }
H1.HeaderClassName
{
color: #838529;
}
.AnyTagClassName
{
color: #838529;
}
</style>
background-color css
<style>
a { background-color: #838529; }
a { background-color: rgb(131,133,41); }
div.DivClassName
{
background-color: #838529;
}
.BgClassName
{
background-color: #838529;
}
</style>
border-color css
<style>
span { border-color: #838529; }
span { border-color: rgb(131,133,41); }
td.TdClassName
{
border-color: #838529;
}
.TagClassName
{
border-color: #838529;
}
</style>