Shades of Sushi #819E41
Tints of Sushi #819E41
RGB
CMYK
RGB Variations
Color information
#819E41 (or 0x819E41) is known color: Sushi. HEX triplet: 81, 9E and 41. RGB value is (129,158,65). Sum of RGB (Red+Green+Blue) = 129+158+65=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #819E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819E41 is #7E61BE. Grayscale: #8B8B8B. Windows color (decimal): -8282559 or 4300417. OLE color: 4300417.
HSL color Cylindrical-coordinate representation of color #819E41: hue angle of 78.71º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #819E41 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 158 | 65 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.38 |
| HSL | 78.71º | 0.42% | 0.44% | - |
| HSV(B) | 78.71º | 0.59% | 0.62% | - |
| XYZ | 22.23 | 29.5 | 9.52 | - |
| YUV | 138.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 65 | 0.18 | 0 | 0.59 | 0.38 | 78.71 | 0.42 | 0.44 |
| Hex | 81 | 9E | 41 | 12 | 0 | 3B | 26 | 4F | 2A | 2C |
| Octal | 201 | 236 | 101 | 22 | 0 | 73 | 46 | 117 | 52 | 54 |
| Binary | 10000001 | 10011110 | 1000001 | 10010 | 0 | 111011 | 100110 | 1001111 | 101010 | 101100 |
Color Harmonies of #819E41
Complementary color
Monochromatic Colors of #819E41
Black with #819E41
Text Example
Text Example
White with #819E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819E41; }
p { color: rgb(129,158,65); }
H1.HeaderClassName
{
color: #819E41;
}
.AnyTagClassName
{
color: #819E41;
}
</style>
background-color css
<style>
a { background-color: #819E41; }
a { background-color: rgb(129,158,65); }
div.DivClassName
{
background-color: #819E41;
}
.BgClassName
{
background-color: #819E41;
}
</style>
border-color css
<style>
span { border-color: #819E41; }
span { border-color: rgb(129,158,65); }
td.TdClassName
{
border-color: #819E41;
}
.TagClassName
{
border-color: #819E41;
}
</style>