Shades of Jewel #135D43
Tints of Jewel #135D43
RGB
CMYK
RGB Variations
Color information
#135D43 (or 0x135D43) is known color: Jewel. HEX triplet: 13, 5D and 43. RGB value is (19,93,67). Sum of RGB (Red+Green+Blue) = 19+93+67=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #135D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D43 is #ECA2BC. Grayscale: #434343. Windows color (decimal): -15508157 or 4414739. OLE color: 4414739.
HSL color Cylindrical-coordinate representation of color #135D43: hue angle of 158.92º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D43 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 67 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.64 |
| HSL | 158.92º | 0.66% | 0.22% | - |
| HSV(B) | 158.92º | 0.8% | 0.36% | - |
| XYZ | 5.2 | 8.37 | 6.65 | - |
| YUV | 67.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 67 | 0.80 | 0 | 0.28 | 0.64 | 158.92 | 0.66 | 0.22 |
| Hex | 13 | 5D | 43 | 50 | 0 | 1C | 40 | 9F | 42 | 16 |
| Octal | 23 | 135 | 103 | 120 | 0 | 34 | 100 | 237 | 102 | 26 |
| Binary | 10011 | 1011101 | 1000011 | 1010000 | 0 | 11100 | 1000000 | 10011111 | 1000010 | 10110 |
Color Harmonies of #135D43
Complementary color
Monochromatic Colors of #135D43
Black with #135D43
Text Example
Text Example
White with #135D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D43; }
p { color: rgb(19,93,67); }
H1.HeaderClassName
{
color: #135D43;
}
.AnyTagClassName
{
color: #135D43;
}
</style>
background-color css
<style>
a { background-color: #135D43; }
a { background-color: rgb(19,93,67); }
div.DivClassName
{
background-color: #135D43;
}
.BgClassName
{
background-color: #135D43;
}
</style>
border-color css
<style>
span { border-color: #135D43; }
span { border-color: rgb(19,93,67); }
td.TdClassName
{
border-color: #135D43;
}
.TagClassName
{
border-color: #135D43;
}
</style>