Shades of Jewel #135F4B
Tints of Jewel #135F4B
RGB
CMYK
RGB Variations
Color information
#135F4B (or 0x135F4B) is known color: Jewel. HEX triplet: 13, 5F and 4B. RGB value is (19,95,75). Sum of RGB (Red+Green+Blue) = 19+95+75=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #135F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F4B is #ECA0B4. Grayscale: #464646. Windows color (decimal): -15507637 or 4939539. OLE color: 4939539.
HSL color Cylindrical-coordinate representation of color #135F4B: hue angle of 164.21º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F4B is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 95 | 75 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.63 |
| HSL | 164.21º | 0.67% | 0.22% | - |
| HSV(B) | 164.21º | 0.8% | 0.37% | - |
| XYZ | 5.63 | 8.83 | 8.06 | - |
| YUV | 70 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 75 | 0.80 | 0 | 0.21 | 0.63 | 164.21 | 0.67 | 0.22 |
| Hex | 13 | 5F | 4B | 50 | 0 | 15 | 3F | A4 | 43 | 16 |
| Octal | 23 | 137 | 113 | 120 | 0 | 25 | 77 | 244 | 103 | 26 |
| Binary | 10011 | 1011111 | 1001011 | 1010000 | 0 | 10101 | 111111 | 10100100 | 1000011 | 10110 |
Color Harmonies of #135F4B
Complementary color
Monochromatic Colors of #135F4B
Black with #135F4B
Text Example
Text Example
White with #135F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F4B; }
p { color: rgb(19,95,75); }
H1.HeaderClassName
{
color: #135F4B;
}
.AnyTagClassName
{
color: #135F4B;
}
</style>
background-color css
<style>
a { background-color: #135F4B; }
a { background-color: rgb(19,95,75); }
div.DivClassName
{
background-color: #135F4B;
}
.BgClassName
{
background-color: #135F4B;
}
</style>
border-color css
<style>
span { border-color: #135F4B; }
span { border-color: rgb(19,95,75); }
td.TdClassName
{
border-color: #135F4B;
}
.TagClassName
{
border-color: #135F4B;
}
</style>