Shades of Jewel #135C46
Tints of Jewel #135C46
RGB
CMYK
RGB Variations
Color information
#135C46 (or 0x135C46) is known color: Jewel. HEX triplet: 13, 5C and 46. RGB value is (19,92,70). Sum of RGB (Red+Green+Blue) = 19+92+70=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #135C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C46 is #ECA3B9. Grayscale: #434343. Windows color (decimal): -15508410 or 4611091. OLE color: 4611091.
HSL color Cylindrical-coordinate representation of color #135C46: hue angle of 161.92º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C46 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 70 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.64 |
| HSL | 161.92º | 0.66% | 0.22% | - |
| HSV(B) | 161.92º | 0.79% | 0.36% | - |
| XYZ | 5.2 | 8.23 | 7.11 | - |
| YUV | 67.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 70 | 0.79 | 0 | 0.24 | 0.64 | 161.92 | 0.66 | 0.22 |
| Hex | 13 | 5C | 46 | 4F | 0 | 18 | 40 | A2 | 42 | 16 |
| Octal | 23 | 134 | 106 | 117 | 0 | 30 | 100 | 242 | 102 | 26 |
| Binary | 10011 | 1011100 | 1000110 | 1001111 | 0 | 11000 | 1000000 | 10100010 | 1000010 | 10110 |
Color Harmonies of #135C46
Complementary color
Monochromatic Colors of #135C46
Black with #135C46
Text Example
Text Example
White with #135C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C46; }
p { color: rgb(19,92,70); }
H1.HeaderClassName
{
color: #135C46;
}
.AnyTagClassName
{
color: #135C46;
}
</style>
background-color css
<style>
a { background-color: #135C46; }
a { background-color: rgb(19,92,70); }
div.DivClassName
{
background-color: #135C46;
}
.BgClassName
{
background-color: #135C46;
}
</style>
border-color css
<style>
span { border-color: #135C46; }
span { border-color: rgb(19,92,70); }
td.TdClassName
{
border-color: #135C46;
}
.TagClassName
{
border-color: #135C46;
}
</style>