Shades of Jade #03B764
Tints of Jade #03B764
RGB
CMYK
RGB Variations
Color information
#03B764 (or 0x03B764) is known color: Jade. HEX triplet: 03, B7 and 64. RGB value is (3,183,100). Sum of RGB (Red+Green+Blue) = 3+183+100=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #03B764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B764 is #FC489B. Grayscale: #777777. Windows color (decimal): -16533660 or 6600451. OLE color: 6600451.
HSL color Cylindrical-coordinate representation of color #03B764: hue angle of 152.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 #03B764 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 183 | 100 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.28 |
| HSL | 152.33º | 0.97% | 0.36% | - |
| HSV(B) | 152.33º | 0.98% | 0.72% | - |
| XYZ | 19.27 | 34.81 | 17.76 | - |
| YUV | 119.72 | 116.87 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 183 | 100 | 0.98 | 0 | 0.45 | 0.28 | 152.33 | 0.97 | 0.36 |
| Hex | 3 | B7 | 64 | 62 | 0 | 2D | 1C | 98 | 61 | 24 |
| Octal | 3 | 267 | 144 | 142 | 0 | 55 | 34 | 230 | 141 | 44 |
| Binary | 11 | 10110111 | 1100100 | 1100010 | 0 | 101101 | 11100 | 10011000 | 1100001 | 100100 |
Color Harmonies of #03B764
Complementary color
Monochromatic Colors of #03B764
Black with #03B764
Text Example
Text Example
White with #03B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B764; }
p { color: rgb(3,183,100); }
H1.HeaderClassName
{
color: #03B764;
}
.AnyTagClassName
{
color: #03B764;
}
</style>
background-color css
<style>
a { background-color: #03B764; }
a { background-color: rgb(3,183,100); }
div.DivClassName
{
background-color: #03B764;
}
.BgClassName
{
background-color: #03B764;
}
</style>
border-color css
<style>
span { border-color: #03B764; }
span { border-color: rgb(3,183,100); }
td.TdClassName
{
border-color: #03B764;
}
.TagClassName
{
border-color: #03B764;
}
</style>