Shades of Jewel #135F4A
Tints of Jewel #135F4A
RGB
CMYK
RGB Variations
Color information
#135F4A (or 0x135F4A) is known color: Jewel. HEX triplet: 13, 5F and 4A. RGB value is (19,95,74). Sum of RGB (Red+Green+Blue) = 19+95+74=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #135F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F4A is #ECA0B5. Grayscale: #454545. Windows color (decimal): -15507638 or 4874003. OLE color: 4874003.
HSL color Cylindrical-coordinate representation of color #135F4A: hue angle of 163.42º 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 #135F4A is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 95 | 74 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.63 |
| HSL | 163.42º | 0.67% | 0.22% | - |
| HSV(B) | 163.42º | 0.8% | 0.37% | - |
| XYZ | 5.6 | 8.82 | 7.89 | - |
| YUV | 69.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 74 | 0.80 | 0 | 0.22 | 0.63 | 163.42 | 0.67 | 0.22 |
| Hex | 13 | 5F | 4A | 50 | 0 | 16 | 3F | A3 | 43 | 16 |
| Octal | 23 | 137 | 112 | 120 | 0 | 26 | 77 | 243 | 103 | 26 |
| Binary | 10011 | 1011111 | 1001010 | 1010000 | 0 | 10110 | 111111 | 10100011 | 1000011 | 10110 |
Color Harmonies of #135F4A
Complementary color
Monochromatic Colors of #135F4A
Black with #135F4A
Text Example
Text Example
White with #135F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F4A; }
p { color: rgb(19,95,74); }
H1.HeaderClassName
{
color: #135F4A;
}
.AnyTagClassName
{
color: #135F4A;
}
</style>
background-color css
<style>
a { background-color: #135F4A; }
a { background-color: rgb(19,95,74); }
div.DivClassName
{
background-color: #135F4A;
}
.BgClassName
{
background-color: #135F4A;
}
</style>
border-color css
<style>
span { border-color: #135F4A; }
span { border-color: rgb(19,95,74); }
td.TdClassName
{
border-color: #135F4A;
}
.TagClassName
{
border-color: #135F4A;
}
</style>