Shades of Jade #03C576
Tints of Jade #03C576
RGB
CMYK
RGB Variations
Color information
#03C576 (or 0x03C576) is known color: Jade. HEX triplet: 03, C5 and 76. RGB value is (3,197,118). Sum of RGB (Red+Green+Blue) = 3+197+118=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 197 (77.34% from 255 or 61.95% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 197 - color contains mainly: green. Hex color #03C576 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C576 is #FC3A89. Grayscale: #828282. Windows color (decimal): -16530058 or 7783683. OLE color: 7783683.
HSL color Cylindrical-coordinate representation of color #03C576: hue angle of 155.57º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C576 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 197 | 118 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.23 |
| HSL | 155.57º | 0.97% | 0.39% | - |
| HSV(B) | 155.57º | 0.98% | 0.77% | - |
| XYZ | 23.27 | 41.26 | 23.88 | - |
| YUV | 129.99 | 121.23 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 197 | 118 | 0.98 | 0 | 0.40 | 0.23 | 155.57 | 0.97 | 0.39 |
| Hex | 3 | C5 | 76 | 62 | 0 | 28 | 17 | 9C | 61 | 27 |
| Octal | 3 | 305 | 166 | 142 | 0 | 50 | 27 | 234 | 141 | 47 |
| Binary | 11 | 11000101 | 1110110 | 1100010 | 0 | 101000 | 10111 | 10011100 | 1100001 | 100111 |
Color Harmonies of #03C576
Complementary color
Monochromatic Colors of #03C576
Black with #03C576
Text Example
Text Example
White with #03C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C576; }
p { color: rgb(3,197,118); }
H1.HeaderClassName
{
color: #03C576;
}
.AnyTagClassName
{
color: #03C576;
}
</style>
background-color css
<style>
a { background-color: #03C576; }
a { background-color: rgb(3,197,118); }
div.DivClassName
{
background-color: #03C576;
}
.BgClassName
{
background-color: #03C576;
}
</style>
border-color css
<style>
span { border-color: #03C576; }
span { border-color: rgb(3,197,118); }
td.TdClassName
{
border-color: #03C576;
}
.TagClassName
{
border-color: #03C576;
}
</style>