Shades of Trendy Green #838023
Tints of Trendy Green #838023
RGB
CMYK
RGB Variations
Color information
#838023 (or 0x838023) is known color: Trendy Green. HEX triplet: 83, 80 and 23. RGB value is (131,128,35). Sum of RGB (Red+Green+Blue) = 131+128+35=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #838023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838023 is #7C7FDC. Grayscale: #767676. Windows color (decimal): -8159197 or 2326659. OLE color: 2326659.
HSL color Cylindrical-coordinate representation of color #838023: hue angle of 58.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #838023 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 35 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.49 |
| HSL | 58.13º | 0.58% | 0.33% | - |
| HSV(B) | 58.13º | 0.73% | 0.51% | - |
| XYZ | 17.38 | 20.38 | 4.61 | - |
| YUV | 118.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 35 | 0 | 0.02 | 0.73 | 0.49 | 58.13 | 0.58 | 0.33 |
| Hex | 83 | 80 | 23 | 0 | 2 | 49 | 31 | 3A | 3A | 21 |
| Octal | 203 | 200 | 43 | 0 | 2 | 111 | 61 | 72 | 72 | 41 |
| Binary | 10000011 | 10000000 | 100011 | 0 | 10 | 1001001 | 110001 | 111010 | 111010 | 100001 |
Color Harmonies of #838023
Complementary color
Monochromatic Colors of #838023
Black with #838023
Text Example
Text Example
White with #838023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838023; }
p { color: rgb(131,128,35); }
H1.HeaderClassName
{
color: #838023;
}
.AnyTagClassName
{
color: #838023;
}
</style>
background-color css
<style>
a { background-color: #838023; }
a { background-color: rgb(131,128,35); }
div.DivClassName
{
background-color: #838023;
}
.BgClassName
{
background-color: #838023;
}
</style>
border-color css
<style>
span { border-color: #838023; }
span { border-color: rgb(131,128,35); }
td.TdClassName
{
border-color: #838023;
}
.TagClassName
{
border-color: #838023;
}
</style>