Shades of Sushi #719D38
Tints of Sushi #719D38
RGB
CMYK
RGB Variations
Color information
#719D38 (or 0x719D38) is known color: Sushi. HEX triplet: 71, 9D and 38. RGB value is (113,157,56). Sum of RGB (Red+Green+Blue) = 113+157+56=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #719D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719D38 is #8E62C7. Grayscale: #848484. Windows color (decimal): -9331400 or 3710321. OLE color: 3710321.
HSL color Cylindrical-coordinate representation of color #719D38: hue angle of 86.14º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #719D38 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 56 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.38 |
| HSL | 86.14º | 0.47% | 0.42% | - |
| HSV(B) | 86.14º | 0.64% | 0.62% | - |
| XYZ | 19.58 | 27.91 | 8.1 | - |
| YUV | 132.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 56 | 0.28 | 0 | 0.64 | 0.38 | 86.14 | 0.47 | 0.42 |
| Hex | 71 | 9D | 38 | 1C | 0 | 40 | 26 | 56 | 2F | 2A |
| Octal | 161 | 235 | 70 | 34 | 0 | 100 | 46 | 126 | 57 | 52 |
| Binary | 1110001 | 10011101 | 111000 | 11100 | 0 | 1000000 | 100110 | 1010110 | 101111 | 101010 |
Color Harmonies of #719D38
Complementary color
Monochromatic Colors of #719D38
Black with #719D38
Text Example
Text Example
White with #719D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D38; }
p { color: rgb(113,157,56); }
H1.HeaderClassName
{
color: #719D38;
}
.AnyTagClassName
{
color: #719D38;
}
</style>
background-color css
<style>
a { background-color: #719D38; }
a { background-color: rgb(113,157,56); }
div.DivClassName
{
background-color: #719D38;
}
.BgClassName
{
background-color: #719D38;
}
</style>
border-color css
<style>
span { border-color: #719D38; }
span { border-color: rgb(113,157,56); }
td.TdClassName
{
border-color: #719D38;
}
.TagClassName
{
border-color: #719D38;
}
</style>