Shades of Jade #03B773
Tints of Jade #03B773
RGB
CMYK
RGB Variations
Color information
#03B773 (or 0x03B773) is known color: Jade. HEX triplet: 03, B7 and 73. RGB value is (3,183,115). Sum of RGB (Red+Green+Blue) = 3+183+115=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #03B773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B773 is #FC488C. Grayscale: #797979. Windows color (decimal): -16533645 or 7583491. OLE color: 7583491.
HSL color Cylindrical-coordinate representation of color #03B773: hue angle of 157.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B773 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 183 | 115 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.28 |
| HSL | 157.33º | 0.97% | 0.36% | - |
| HSV(B) | 157.33º | 0.98% | 0.72% | - |
| XYZ | 20.07 | 35.12 | 21.94 | - |
| YUV | 121.43 | 124.37 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 183 | 115 | 0.98 | 0 | 0.37 | 0.28 | 157.33 | 0.97 | 0.36 |
| Hex | 3 | B7 | 73 | 62 | 0 | 25 | 1C | 9D | 61 | 24 |
| Octal | 3 | 267 | 163 | 142 | 0 | 45 | 34 | 235 | 141 | 44 |
| Binary | 11 | 10110111 | 1110011 | 1100010 | 0 | 100101 | 11100 | 10011101 | 1100001 | 100100 |
Color Harmonies of #03B773
Complementary color
Monochromatic Colors of #03B773
Black with #03B773
Text Example
Text Example
White with #03B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B773; }
p { color: rgb(3,183,115); }
H1.HeaderClassName
{
color: #03B773;
}
.AnyTagClassName
{
color: #03B773;
}
</style>
background-color css
<style>
a { background-color: #03B773; }
a { background-color: rgb(3,183,115); }
div.DivClassName
{
background-color: #03B773;
}
.BgClassName
{
background-color: #03B773;
}
</style>
border-color css
<style>
span { border-color: #03B773; }
span { border-color: rgb(3,183,115); }
td.TdClassName
{
border-color: #03B773;
}
.TagClassName
{
border-color: #03B773;
}
</style>