Shades of Trendy Green #818038
Tints of Trendy Green #818038
RGB
CMYK
RGB Variations
Color information
#818038 (or 0x818038) is known color: Trendy Green. HEX triplet: 81, 80 and 38. RGB value is (129,128,56). Sum of RGB (Red+Green+Blue) = 129+128+56=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #818038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818038 is #7E7FC7. Grayscale: #787878. Windows color (decimal): -8290248 or 3702913. OLE color: 3702913.
HSL color Cylindrical-coordinate representation of color #818038: hue angle of 59.18º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #818038 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 56 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.49 |
| HSL | 59.18º | 0.39% | 0.36% | - |
| HSV(B) | 59.18º | 0.57% | 0.51% | - |
| XYZ | 17.49 | 20.39 | 6.76 | - |
| YUV | 120.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 56 | 0 | 0.01 | 0.57 | 0.49 | 59.18 | 0.39 | 0.36 |
| Hex | 81 | 80 | 38 | 0 | 1 | 39 | 31 | 3B | 27 | 24 |
| Octal | 201 | 200 | 70 | 0 | 1 | 71 | 61 | 73 | 47 | 44 |
| Binary | 10000001 | 10000000 | 111000 | 0 | 1 | 111001 | 110001 | 111011 | 100111 | 100100 |
Color Harmonies of #818038
Complementary color
Monochromatic Colors of #818038
Black with #818038
Text Example
Text Example
White with #818038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818038; }
p { color: rgb(129,128,56); }
H1.HeaderClassName
{
color: #818038;
}
.AnyTagClassName
{
color: #818038;
}
</style>
background-color css
<style>
a { background-color: #818038; }
a { background-color: rgb(129,128,56); }
div.DivClassName
{
background-color: #818038;
}
.BgClassName
{
background-color: #818038;
}
</style>
border-color css
<style>
span { border-color: #818038; }
span { border-color: rgb(129,128,56); }
td.TdClassName
{
border-color: #818038;
}
.TagClassName
{
border-color: #818038;
}
</style>