Shades of Jade #13B566
Tints of Jade #13B566
RGB
CMYK
RGB Variations
Color information
#13B566 (or 0x13B566) is known color: Jade. HEX triplet: 13, B5 and 66. RGB value is (19,181,102). Sum of RGB (Red+Green+Blue) = 19+181+102=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #13B566 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B566 is #EC4A99. Grayscale: #7B7B7B. Windows color (decimal): -15485594 or 6731027. OLE color: 6731027.
HSL color Cylindrical-coordinate representation of color #13B566: hue angle of 150.74º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B566 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 102 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.29 |
| HSL | 150.74º | 0.81% | 0.39% | - |
| HSV(B) | 150.74º | 0.9% | 0.71% | - |
| XYZ | 19.19 | 34.15 | 18.15 | - |
| YUV | 123.56 | 115.83 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 102 | 0.90 | 0 | 0.44 | 0.29 | 150.74 | 0.81 | 0.39 |
| Hex | 13 | B5 | 66 | 5A | 0 | 2C | 1D | 97 | 51 | 27 |
| Octal | 23 | 265 | 146 | 132 | 0 | 54 | 35 | 227 | 121 | 47 |
| Binary | 10011 | 10110101 | 1100110 | 1011010 | 0 | 101100 | 11101 | 10010111 | 1010001 | 100111 |
Color Harmonies of #13B566
Complementary color
Monochromatic Colors of #13B566
Black with #13B566
Text Example
Text Example
White with #13B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B566; }
p { color: rgb(19,181,102); }
H1.HeaderClassName
{
color: #13B566;
}
.AnyTagClassName
{
color: #13B566;
}
</style>
background-color css
<style>
a { background-color: #13B566; }
a { background-color: rgb(19,181,102); }
div.DivClassName
{
background-color: #13B566;
}
.BgClassName
{
background-color: #13B566;
}
</style>
border-color css
<style>
span { border-color: #13B566; }
span { border-color: rgb(19,181,102); }
td.TdClassName
{
border-color: #13B566;
}
.TagClassName
{
border-color: #13B566;
}
</style>