Shades of Jewel #135D42
Tints of Jewel #135D42
RGB
CMYK
RGB Variations
Color information
#135D42 (or 0x135D42) is known color: Jewel. HEX triplet: 13, 5D and 42. RGB value is (19,93,66). Sum of RGB (Red+Green+Blue) = 19+93+66=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #135D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D42 is #ECA2BD. Grayscale: #434343. Windows color (decimal): -15508158 or 4349203. OLE color: 4349203.
HSL color Cylindrical-coordinate representation of color #135D42: hue angle of 158.11º 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 #135D42 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 66 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.64 |
| HSL | 158.11º | 0.66% | 0.22% | - |
| HSV(B) | 158.11º | 0.8% | 0.36% | - |
| XYZ | 5.17 | 8.36 | 6.5 | - |
| YUV | 67.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 66 | 0.80 | 0 | 0.29 | 0.64 | 158.11 | 0.66 | 0.22 |
| Hex | 13 | 5D | 42 | 50 | 0 | 1D | 40 | 9E | 42 | 16 |
| Octal | 23 | 135 | 102 | 120 | 0 | 35 | 100 | 236 | 102 | 26 |
| Binary | 10011 | 1011101 | 1000010 | 1010000 | 0 | 11101 | 1000000 | 10011110 | 1000010 | 10110 |
Color Harmonies of #135D42
Complementary color
Monochromatic Colors of #135D42
Black with #135D42
Text Example
Text Example
White with #135D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D42; }
p { color: rgb(19,93,66); }
H1.HeaderClassName
{
color: #135D42;
}
.AnyTagClassName
{
color: #135D42;
}
</style>
background-color css
<style>
a { background-color: #135D42; }
a { background-color: rgb(19,93,66); }
div.DivClassName
{
background-color: #135D42;
}
.BgClassName
{
background-color: #135D42;
}
</style>
border-color css
<style>
span { border-color: #135D42; }
span { border-color: rgb(19,93,66); }
td.TdClassName
{
border-color: #135D42;
}
.TagClassName
{
border-color: #135D42;
}
</style>