Shades of Sushi #739D36
Tints of Sushi #739D36
RGB
CMYK
RGB Variations
Color information
#739D36 (or 0x739D36) is known color: Sushi. HEX triplet: 73, 9D and 36. RGB value is (115,157,54). Sum of RGB (Red+Green+Blue) = 115+157+54=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #739D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739D36 is #8C62C9. Grayscale: #858585. Windows color (decimal): -9200330 or 3579251. OLE color: 3579251.
HSL color Cylindrical-coordinate representation of color #739D36: hue angle of 84.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #739D36 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 157 | 54 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.38 |
| HSL | 84.47º | 0.49% | 0.41% | - |
| HSV(B) | 84.47º | 0.66% | 0.62% | - |
| XYZ | 19.79 | 28.03 | 7.86 | - |
| YUV | 132.7 | 83.59 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 54 | 0.27 | 0 | 0.66 | 0.38 | 84.47 | 0.49 | 0.41 |
| Hex | 73 | 9D | 36 | 1B | 0 | 42 | 26 | 54 | 31 | 29 |
| Octal | 163 | 235 | 66 | 33 | 0 | 102 | 46 | 124 | 61 | 51 |
| Binary | 1110011 | 10011101 | 110110 | 11011 | 0 | 1000010 | 100110 | 1010100 | 110001 | 101001 |
Color Harmonies of #739D36
Complementary color
Monochromatic Colors of #739D36
Black with #739D36
Text Example
Text Example
White with #739D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739D36; }
p { color: rgb(115,157,54); }
H1.HeaderClassName
{
color: #739D36;
}
.AnyTagClassName
{
color: #739D36;
}
</style>
background-color css
<style>
a { background-color: #739D36; }
a { background-color: rgb(115,157,54); }
div.DivClassName
{
background-color: #739D36;
}
.BgClassName
{
background-color: #739D36;
}
</style>
border-color css
<style>
span { border-color: #739D36; }
span { border-color: rgb(115,157,54); }
td.TdClassName
{
border-color: #739D36;
}
.TagClassName
{
border-color: #739D36;
}
</style>