Shades of Jade #03B56C
Tints of Jade #03B56C
RGB
CMYK
RGB Variations
Color information
#03B56C (or 0x03B56C) is known color: Jade. HEX triplet: 03, B5 and 6C. RGB value is (3,181,108). Sum of RGB (Red+Green+Blue) = 3+181+108=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #03B56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B56C is #FC4A93. Grayscale: #777777. Windows color (decimal): -16534164 or 7124227. OLE color: 7124227.
HSL color Cylindrical-coordinate representation of color #03B56C: hue angle of 155.39º 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 #03B56C is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 181 | 108 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.29 |
| HSL | 155.39º | 0.97% | 0.36% | - |
| HSV(B) | 155.39º | 0.98% | 0.71% | - |
| XYZ | 19.27 | 34.15 | 19.76 | - |
| YUV | 119.46 | 121.53 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 181 | 108 | 0.98 | 0 | 0.40 | 0.29 | 155.39 | 0.97 | 0.36 |
| Hex | 3 | B5 | 6C | 62 | 0 | 28 | 1D | 9B | 61 | 24 |
| Octal | 3 | 265 | 154 | 142 | 0 | 50 | 35 | 233 | 141 | 44 |
| Binary | 11 | 10110101 | 1101100 | 1100010 | 0 | 101000 | 11101 | 10011011 | 1100001 | 100100 |
Color Harmonies of #03B56C
Complementary color
Monochromatic Colors of #03B56C
Black with #03B56C
Text Example
Text Example
White with #03B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B56C; }
p { color: rgb(3,181,108); }
H1.HeaderClassName
{
color: #03B56C;
}
.AnyTagClassName
{
color: #03B56C;
}
</style>
background-color css
<style>
a { background-color: #03B56C; }
a { background-color: rgb(3,181,108); }
div.DivClassName
{
background-color: #03B56C;
}
.BgClassName
{
background-color: #03B56C;
}
</style>
border-color css
<style>
span { border-color: #03B56C; }
span { border-color: rgb(3,181,108); }
td.TdClassName
{
border-color: #03B56C;
}
.TagClassName
{
border-color: #03B56C;
}
</style>