Shades of Jewel #135A46
Tints of Jewel #135A46
RGB
CMYK
RGB Variations
Color information
#135A46 (or 0x135A46) is known color: Jewel. HEX triplet: 13, 5A and 46. RGB value is (19,90,70). Sum of RGB (Red+Green+Blue) = 19+90+70=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #135A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A46 is #ECA5B9. Grayscale: #424242. Windows color (decimal): -15508922 or 4610579. OLE color: 4610579.
HSL color Cylindrical-coordinate representation of color #135A46: hue angle of 163.1º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A46 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 70 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.65 |
| HSL | 163.1º | 0.65% | 0.21% | - |
| HSV(B) | 163.1º | 0.79% | 0.35% | - |
| XYZ | 5.03 | 7.89 | 7.05 | - |
| YUV | 66.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 70 | 0.79 | 0 | 0.22 | 0.65 | 163.1 | 0.65 | 0.21 |
| Hex | 13 | 5A | 46 | 4F | 0 | 16 | 41 | A3 | 41 | 15 |
| Octal | 23 | 132 | 106 | 117 | 0 | 26 | 101 | 243 | 101 | 25 |
| Binary | 10011 | 1011010 | 1000110 | 1001111 | 0 | 10110 | 1000001 | 10100011 | 1000001 | 10101 |
Color Harmonies of #135A46
Complementary color
Monochromatic Colors of #135A46
Black with #135A46
Text Example
Text Example
White with #135A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A46; }
p { color: rgb(19,90,70); }
H1.HeaderClassName
{
color: #135A46;
}
.AnyTagClassName
{
color: #135A46;
}
</style>
background-color css
<style>
a { background-color: #135A46; }
a { background-color: rgb(19,90,70); }
div.DivClassName
{
background-color: #135A46;
}
.BgClassName
{
background-color: #135A46;
}
</style>
border-color css
<style>
span { border-color: #135A46; }
span { border-color: rgb(19,90,70); }
td.TdClassName
{
border-color: #135A46;
}
.TagClassName
{
border-color: #135A46;
}
</style>