Shades of Sushi #819D3B
Tints of Sushi #819D3B
RGB
CMYK
RGB Variations
Color information
#819D3B (or 0x819D3B) is known color: Sushi. HEX triplet: 81, 9D and 3B. RGB value is (129,157,59). Sum of RGB (Red+Green+Blue) = 129+157+59=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #819D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819D3B is #7E62C4. Grayscale: #898989. Windows color (decimal): -8282821 or 3906945. OLE color: 3906945.
HSL color Cylindrical-coordinate representation of color #819D3B: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #819D3B is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 59 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.38 |
| HSL | 77.14º | 0.45% | 0.42% | - |
| HSV(B) | 77.14º | 0.62% | 0.62% | - |
| XYZ | 21.9 | 29.1 | 8.6 | - |
| YUV | 137.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 59 | 0.18 | 0 | 0.62 | 0.38 | 77.14 | 0.45 | 0.42 |
| Hex | 81 | 9D | 3B | 12 | 0 | 3E | 26 | 4D | 2D | 2A |
| Octal | 201 | 235 | 73 | 22 | 0 | 76 | 46 | 115 | 55 | 52 |
| Binary | 10000001 | 10011101 | 111011 | 10010 | 0 | 111110 | 100110 | 1001101 | 101101 | 101010 |
Color Harmonies of #819D3B
Complementary color
Monochromatic Colors of #819D3B
Black with #819D3B
Text Example
Text Example
White with #819D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D3B; }
p { color: rgb(129,157,59); }
H1.HeaderClassName
{
color: #819D3B;
}
.AnyTagClassName
{
color: #819D3B;
}
</style>
background-color css
<style>
a { background-color: #819D3B; }
a { background-color: rgb(129,157,59); }
div.DivClassName
{
background-color: #819D3B;
}
.BgClassName
{
background-color: #819D3B;
}
</style>
border-color css
<style>
span { border-color: #819D3B; }
span { border-color: rgb(129,157,59); }
td.TdClassName
{
border-color: #819D3B;
}
.TagClassName
{
border-color: #819D3B;
}
</style>