Shades of Sushi #73AD35
Tints of Sushi #73AD35
RGB
CMYK
RGB Variations
Color information
#73AD35 (or 0x73AD35) is known color: Sushi. HEX triplet: 73, AD and 35. RGB value is (115,173,53). Sum of RGB (Red+Green+Blue) = 115+173+53=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AD35 is #8C52CA. Grayscale: #8E8E8E. Windows color (decimal): -9196235 or 3517811. OLE color: 3517811.
HSL color Cylindrical-coordinate representation of color #73AD35: hue angle of 89º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73AD35 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 53 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.32 |
| HSL | 89º | 0.53% | 0.44% | - |
| HSV(B) | 89º | 0.69% | 0.68% | - |
| XYZ | 22.66 | 33.79 | 8.7 | - |
| YUV | 141.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 53 | 0.34 | 0 | 0.69 | 0.32 | 89 | 0.53 | 0.44 |
| Hex | 73 | AD | 35 | 22 | 0 | 45 | 20 | 59 | 35 | 2C |
| Octal | 163 | 255 | 65 | 42 | 0 | 105 | 40 | 131 | 65 | 54 |
| Binary | 1110011 | 10101101 | 110101 | 100010 | 0 | 1000101 | 100000 | 1011001 | 110101 | 101100 |
Color Harmonies of #73AD35
Complementary color
Monochromatic Colors of #73AD35
Black with #73AD35
Text Example
Text Example
White with #73AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD35; }
p { color: rgb(115,173,53); }
H1.HeaderClassName
{
color: #73AD35;
}
.AnyTagClassName
{
color: #73AD35;
}
</style>
background-color css
<style>
a { background-color: #73AD35; }
a { background-color: rgb(115,173,53); }
div.DivClassName
{
background-color: #73AD35;
}
.BgClassName
{
background-color: #73AD35;
}
</style>
border-color css
<style>
span { border-color: #73AD35; }
span { border-color: rgb(115,173,53); }
td.TdClassName
{
border-color: #73AD35;
}
.TagClassName
{
border-color: #73AD35;
}
</style>