Shades of Jade #03B76D
Tints of Jade #03B76D
RGB
CMYK
RGB Variations
Color information
#03B76D (or 0x03B76D) is known color: Jade. HEX triplet: 03, B7 and 6D. RGB value is (3,183,109). Sum of RGB (Red+Green+Blue) = 3+183+109=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #03B76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B76D is #FC4892. Grayscale: #787878. Windows color (decimal): -16533651 or 7190275. OLE color: 7190275.
HSL color Cylindrical-coordinate representation of color #03B76D: hue angle of 155.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 #03B76D is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 183 | 109 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.28 |
| HSL | 155.33º | 0.97% | 0.36% | - |
| HSV(B) | 155.33º | 0.98% | 0.72% | - |
| XYZ | 19.73 | 34.99 | 20.18 | - |
| YUV | 120.74 | 121.37 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 183 | 109 | 0.98 | 0 | 0.40 | 0.28 | 155.33 | 0.97 | 0.36 |
| Hex | 3 | B7 | 6D | 62 | 0 | 28 | 1C | 9B | 61 | 24 |
| Octal | 3 | 267 | 155 | 142 | 0 | 50 | 34 | 233 | 141 | 44 |
| Binary | 11 | 10110111 | 1101101 | 1100010 | 0 | 101000 | 11100 | 10011011 | 1100001 | 100100 |
Color Harmonies of #03B76D
Complementary color
Monochromatic Colors of #03B76D
Black with #03B76D
Text Example
Text Example
White with #03B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B76D; }
p { color: rgb(3,183,109); }
H1.HeaderClassName
{
color: #03B76D;
}
.AnyTagClassName
{
color: #03B76D;
}
</style>
background-color css
<style>
a { background-color: #03B76D; }
a { background-color: rgb(3,183,109); }
div.DivClassName
{
background-color: #03B76D;
}
.BgClassName
{
background-color: #03B76D;
}
</style>
border-color css
<style>
span { border-color: #03B76D; }
span { border-color: rgb(3,183,109); }
td.TdClassName
{
border-color: #03B76D;
}
.TagClassName
{
border-color: #03B76D;
}
</style>