Shades of Jade #03C36C
Tints of Jade #03C36C
RGB
CMYK
RGB Variations
Color information
#03C36C (or 0x03C36C) is known color: Jade. HEX triplet: 03, C3 and 6C. RGB value is (3,195,108). Sum of RGB (Red+Green+Blue) = 3+195+108=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #03C36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C36C is #FC3C93. Grayscale: #7F7F7F. Windows color (decimal): -16530580 or 7127811. OLE color: 7127811.
HSL color Cylindrical-coordinate representation of color #03C36C: hue angle of 152.81º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C36C is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 195 | 108 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.24 |
| HSL | 152.81º | 0.97% | 0.39% | - |
| HSV(B) | 152.81º | 0.98% | 0.76% | - |
| XYZ | 22.26 | 40.13 | 20.76 | - |
| YUV | 127.67 | 116.89 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 108 | 0.98 | 0 | 0.45 | 0.24 | 152.81 | 0.97 | 0.39 |
| Hex | 3 | C3 | 6C | 62 | 0 | 2D | 18 | 99 | 61 | 27 |
| Octal | 3 | 303 | 154 | 142 | 0 | 55 | 30 | 231 | 141 | 47 |
| Binary | 11 | 11000011 | 1101100 | 1100010 | 0 | 101101 | 11000 | 10011001 | 1100001 | 100111 |
Color Harmonies of #03C36C
Complementary color
Monochromatic Colors of #03C36C
Black with #03C36C
Text Example
Text Example
White with #03C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C36C; }
p { color: rgb(3,195,108); }
H1.HeaderClassName
{
color: #03C36C;
}
.AnyTagClassName
{
color: #03C36C;
}
</style>
background-color css
<style>
a { background-color: #03C36C; }
a { background-color: rgb(3,195,108); }
div.DivClassName
{
background-color: #03C36C;
}
.BgClassName
{
background-color: #03C36C;
}
</style>
border-color css
<style>
span { border-color: #03C36C; }
span { border-color: rgb(3,195,108); }
td.TdClassName
{
border-color: #03C36C;
}
.TagClassName
{
border-color: #03C36C;
}
</style>