Shades of Jade #03B566
Tints of Jade #03B566
RGB
CMYK
RGB Variations
Color information
#03B566 (or 0x03B566) is known color: Jade. HEX triplet: 03, B5 and 66. RGB value is (3,181,102). Sum of RGB (Red+Green+Blue) = 3+181+102=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 181 (71.09% from 255 or 63.29% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 181 - color contains mainly: green. Hex color #03B566 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B566 is #FC4A99. Grayscale: #767676. Windows color (decimal): -16534170 or 6731011. OLE color: 6731011.
HSL color Cylindrical-coordinate representation of color #03B566: hue angle of 153.37º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B566 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 181 | 102 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.29 |
| HSL | 153.37º | 0.97% | 0.36% | - |
| HSV(B) | 153.37º | 0.98% | 0.71% | - |
| XYZ | 18.96 | 34.03 | 18.14 | - |
| YUV | 118.77 | 118.53 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 181 | 102 | 0.98 | 0 | 0.44 | 0.29 | 153.37 | 0.97 | 0.36 |
| Hex | 3 | B5 | 66 | 62 | 0 | 2C | 1D | 99 | 61 | 24 |
| Octal | 3 | 265 | 146 | 142 | 0 | 54 | 35 | 231 | 141 | 44 |
| Binary | 11 | 10110101 | 1100110 | 1100010 | 0 | 101100 | 11101 | 10011001 | 1100001 | 100100 |
Color Harmonies of #03B566
Complementary color
Monochromatic Colors of #03B566
Black with #03B566
Text Example
Text Example
White with #03B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B566; }
p { color: rgb(3,181,102); }
H1.HeaderClassName
{
color: #03B566;
}
.AnyTagClassName
{
color: #03B566;
}
</style>
background-color css
<style>
a { background-color: #03B566; }
a { background-color: rgb(3,181,102); }
div.DivClassName
{
background-color: #03B566;
}
.BgClassName
{
background-color: #03B566;
}
</style>
border-color css
<style>
span { border-color: #03B566; }
span { border-color: rgb(3,181,102); }
td.TdClassName
{
border-color: #03B566;
}
.TagClassName
{
border-color: #03B566;
}
</style>