Shades of Sushi #739D34
Tints of Sushi #739D34
RGB
CMYK
RGB Variations
Color information
#739D34 (or 0x739D34) is known color: Sushi. HEX triplet: 73, 9D and 34. RGB value is (115,157,52). Sum of RGB (Red+Green+Blue) = 115+157+52=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #739D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739D34 is #8C62CB. Grayscale: #848484. Windows color (decimal): -9200332 or 3448179. OLE color: 3448179.
HSL color Cylindrical-coordinate representation of color #739D34: hue angle of 84º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #739D34 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 157 | 52 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.38 |
| HSL | 84º | 0.5% | 0.41% | - |
| HSV(B) | 84º | 0.67% | 0.62% | - |
| XYZ | 19.75 | 28.01 | 7.61 | - |
| YUV | 132.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 52 | 0.27 | 0 | 0.67 | 0.38 | 84 | 0.5 | 0.41 |
| Hex | 73 | 9D | 34 | 1B | 0 | 43 | 26 | 54 | 32 | 29 |
| Octal | 163 | 235 | 64 | 33 | 0 | 103 | 46 | 124 | 62 | 51 |
| Binary | 1110011 | 10011101 | 110100 | 11011 | 0 | 1000011 | 100110 | 1010100 | 110010 | 101001 |
Color Harmonies of #739D34
Complementary color
Monochromatic Colors of #739D34
Black with #739D34
Text Example
Text Example
White with #739D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739D34; }
p { color: rgb(115,157,52); }
H1.HeaderClassName
{
color: #739D34;
}
.AnyTagClassName
{
color: #739D34;
}
</style>
background-color css
<style>
a { background-color: #739D34; }
a { background-color: rgb(115,157,52); }
div.DivClassName
{
background-color: #739D34;
}
.BgClassName
{
background-color: #739D34;
}
</style>
border-color css
<style>
span { border-color: #739D34; }
span { border-color: rgb(115,157,52); }
td.TdClassName
{
border-color: #739D34;
}
.TagClassName
{
border-color: #739D34;
}
</style>