Shades of Jade #03C578
Tints of Jade #03C578
RGB
CMYK
RGB Variations
Color information
#03C578 (or 0x03C578) is known color: Jade. HEX triplet: 03, C5 and 78. RGB value is (3,197,120). Sum of RGB (Red+Green+Blue) = 3+197+120=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #03C578 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C578 is #FC3A87. Grayscale: #828282. Windows color (decimal): -16530056 or 7914755. OLE color: 7914755.
HSL color Cylindrical-coordinate representation of color #03C578: hue angle of 156.19º 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 #03C578 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 197 | 120 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.23 |
| HSL | 156.19º | 0.97% | 0.39% | - |
| HSV(B) | 156.19º | 0.98% | 0.77% | - |
| XYZ | 23.39 | 41.31 | 24.51 | - |
| YUV | 130.22 | 122.23 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 197 | 120 | 0.98 | 0 | 0.39 | 0.23 | 156.19 | 0.97 | 0.39 |
| Hex | 3 | C5 | 78 | 62 | 0 | 27 | 17 | 9C | 61 | 27 |
| Octal | 3 | 305 | 170 | 142 | 0 | 47 | 27 | 234 | 141 | 47 |
| Binary | 11 | 11000101 | 1111000 | 1100010 | 0 | 100111 | 10111 | 10011100 | 1100001 | 100111 |
Color Harmonies of #03C578
Complementary color
Monochromatic Colors of #03C578
Black with #03C578
Text Example
Text Example
White with #03C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C578; }
p { color: rgb(3,197,120); }
H1.HeaderClassName
{
color: #03C578;
}
.AnyTagClassName
{
color: #03C578;
}
</style>
background-color css
<style>
a { background-color: #03C578; }
a { background-color: rgb(3,197,120); }
div.DivClassName
{
background-color: #03C578;
}
.BgClassName
{
background-color: #03C578;
}
</style>
border-color css
<style>
span { border-color: #03C578; }
span { border-color: rgb(3,197,120); }
td.TdClassName
{
border-color: #03C578;
}
.TagClassName
{
border-color: #03C578;
}
</style>