Shades of Sushi #819D44
Tints of Sushi #819D44
RGB
CMYK
RGB Variations
Color information
#819D44 (or 0x819D44) is known color: Sushi. HEX triplet: 81, 9D and 44. RGB value is (129,157,68). Sum of RGB (Red+Green+Blue) = 129+157+68=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #819D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819D44 is #7E62BB. Grayscale: #8A8A8A. Windows color (decimal): -8282812 or 4496769. OLE color: 4496769.
HSL color Cylindrical-coordinate representation of color #819D44: hue angle of 78.88º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #819D44 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 68 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.38 |
| HSL | 78.88º | 0.4% | 0.44% | - |
| HSV(B) | 78.88º | 0.57% | 0.62% | - |
| XYZ | 22.15 | 29.2 | 9.94 | - |
| YUV | 138.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 68 | 0.18 | 0 | 0.57 | 0.38 | 78.88 | 0.4 | 0.44 |
| Hex | 81 | 9D | 44 | 12 | 0 | 39 | 26 | 4F | 28 | 2C |
| Octal | 201 | 235 | 104 | 22 | 0 | 71 | 46 | 117 | 50 | 54 |
| Binary | 10000001 | 10011101 | 1000100 | 10010 | 0 | 111001 | 100110 | 1001111 | 101000 | 101100 |
Color Harmonies of #819D44
Complementary color
Monochromatic Colors of #819D44
Black with #819D44
Text Example
Text Example
White with #819D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D44; }
p { color: rgb(129,157,68); }
H1.HeaderClassName
{
color: #819D44;
}
.AnyTagClassName
{
color: #819D44;
}
</style>
background-color css
<style>
a { background-color: #819D44; }
a { background-color: rgb(129,157,68); }
div.DivClassName
{
background-color: #819D44;
}
.BgClassName
{
background-color: #819D44;
}
</style>
border-color css
<style>
span { border-color: #819D44; }
span { border-color: rgb(129,157,68); }
td.TdClassName
{
border-color: #819D44;
}
.TagClassName
{
border-color: #819D44;
}
</style>