Shades of Trendy Green #818213
Tints of Trendy Green #818213
RGB
CMYK
RGB Variations
Color information
#818213 (or 0x818213) is known color: Trendy Green. HEX triplet: 81, 82 and 13. RGB value is (129,130,19). Sum of RGB (Red+Green+Blue) = 129+130+19=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #818213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818213 is #7E7DEC. Grayscale: #757575. Windows color (decimal): -8289773 or 1278593. OLE color: 1278593.
HSL color Cylindrical-coordinate representation of color #818213: hue angle of 60.54º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #818213 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 19 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.49 |
| HSL | 60.54º | 0.74% | 0.29% | - |
| HSV(B) | 60.54º | 0.85% | 0.51% | - |
| XYZ | 17.15 | 20.68 | 3.7 | - |
| YUV | 117.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 19 | 0.01 | 0 | 0.85 | 0.49 | 60.54 | 0.74 | 0.29 |
| Hex | 81 | 82 | 13 | 1 | 0 | 55 | 31 | 3D | 4A | 1D |
| Octal | 201 | 202 | 23 | 1 | 0 | 125 | 61 | 75 | 112 | 35 |
| Binary | 10000001 | 10000010 | 10011 | 1 | 0 | 1010101 | 110001 | 111101 | 1001010 | 11101 |
Color Harmonies of #818213
Complementary color
Monochromatic Colors of #818213
Black with #818213
Text Example
Text Example
White with #818213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818213; }
p { color: rgb(129,130,19); }
H1.HeaderClassName
{
color: #818213;
}
.AnyTagClassName
{
color: #818213;
}
</style>
background-color css
<style>
a { background-color: #818213; }
a { background-color: rgb(129,130,19); }
div.DivClassName
{
background-color: #818213;
}
.BgClassName
{
background-color: #818213;
}
</style>
border-color css
<style>
span { border-color: #818213; }
span { border-color: rgb(129,130,19); }
td.TdClassName
{
border-color: #818213;
}
.TagClassName
{
border-color: #818213;
}
</style>