Shades of Jade #03A673
Tints of Jade #03A673
RGB
CMYK
RGB Variations
Color information
#03A673 (or 0x03A673) is known color: Jade. HEX triplet: 03, A6 and 73. RGB value is (3,166,115). Sum of RGB (Red+Green+Blue) = 3+166+115=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 166 (65.23% from 255 or 58.45% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 166 - color contains mainly: green. Hex color #03A673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A673 is #FC598C. Grayscale: #6F6F6F. Windows color (decimal): -16537997 or 7579139. OLE color: 7579139.
HSL color Cylindrical-coordinate representation of color #03A673: hue angle of 161.23º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A673 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 115 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.35 |
| HSL | 161.23º | 0.96% | 0.33% | - |
| HSV(B) | 161.23º | 0.98% | 0.65% | - |
| XYZ | 16.77 | 28.53 | 20.84 | - |
| YUV | 111.45 | 130 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 115 | 0.98 | 0 | 0.31 | 0.35 | 161.23 | 0.96 | 0.33 |
| Hex | 3 | A6 | 73 | 62 | 0 | 1F | 23 | A1 | 60 | 21 |
| Octal | 3 | 246 | 163 | 142 | 0 | 37 | 43 | 241 | 140 | 41 |
| Binary | 11 | 10100110 | 1110011 | 1100010 | 0 | 11111 | 100011 | 10100001 | 1100000 | 100001 |
Color Harmonies of #03A673
Complementary color
Monochromatic Colors of #03A673
Black with #03A673
Text Example
Text Example
White with #03A673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A673; }
p { color: rgb(3,166,115); }
H1.HeaderClassName
{
color: #03A673;
}
.AnyTagClassName
{
color: #03A673;
}
</style>
background-color css
<style>
a { background-color: #03A673; }
a { background-color: rgb(3,166,115); }
div.DivClassName
{
background-color: #03A673;
}
.BgClassName
{
background-color: #03A673;
}
</style>
border-color css
<style>
span { border-color: #03A673; }
span { border-color: rgb(3,166,115); }
td.TdClassName
{
border-color: #03A673;
}
.TagClassName
{
border-color: #03A673;
}
</style>