Shades of Trendy Green #819021
Tints of Trendy Green #819021
RGB
CMYK
RGB Variations
Color information
#819021 (or 0x819021) is known color: Trendy Green. HEX triplet: 81, 90 and 21. RGB value is (129,144,33). Sum of RGB (Red+Green+Blue) = 129+144+33=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #819021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819021 is #7E6FDE. Grayscale: #7F7F7F. Windows color (decimal): -8286175 or 2199681. OLE color: 2199681.
HSL color Cylindrical-coordinate representation of color #819021: hue angle of 68.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #819021 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 144 | 33 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.44 |
| HSL | 68.11º | 0.63% | 0.35% | - |
| HSV(B) | 68.11º | 0.77% | 0.56% | - |
| XYZ | 19.3 | 24.72 | 5.19 | - |
| YUV | 126.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 33 | 0.10 | 0 | 0.77 | 0.44 | 68.11 | 0.63 | 0.35 |
| Hex | 81 | 90 | 21 | A | 0 | 4D | 2C | 44 | 3F | 23 |
| Octal | 201 | 220 | 41 | 12 | 0 | 115 | 54 | 104 | 77 | 43 |
| Binary | 10000001 | 10010000 | 100001 | 1010 | 0 | 1001101 | 101100 | 1000100 | 111111 | 100011 |
Color Harmonies of #819021
Complementary color
Monochromatic Colors of #819021
Black with #819021
Text Example
Text Example
White with #819021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819021; }
p { color: rgb(129,144,33); }
H1.HeaderClassName
{
color: #819021;
}
.AnyTagClassName
{
color: #819021;
}
</style>
background-color css
<style>
a { background-color: #819021; }
a { background-color: rgb(129,144,33); }
div.DivClassName
{
background-color: #819021;
}
.BgClassName
{
background-color: #819021;
}
</style>
border-color css
<style>
span { border-color: #819021; }
span { border-color: rgb(129,144,33); }
td.TdClassName
{
border-color: #819021;
}
.TagClassName
{
border-color: #819021;
}
</style>