Shades of Jewel #135D44
Tints of Jewel #135D44
RGB
CMYK
RGB Variations
Color information
#135D44 (or 0x135D44) is known color: Jewel. HEX triplet: 13, 5D and 44. RGB value is (19,93,68). Sum of RGB (Red+Green+Blue) = 19+93+68=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #135D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D44 is #ECA2BB. Grayscale: #444444. Windows color (decimal): -15508156 or 4480275. OLE color: 4480275.
HSL color Cylindrical-coordinate representation of color #135D44: hue angle of 159.73º 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 #135D44 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 68 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.64 |
| HSL | 159.73º | 0.66% | 0.22% | - |
| HSV(B) | 159.73º | 0.8% | 0.36% | - |
| XYZ | 5.23 | 8.38 | 6.81 | - |
| YUV | 68.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 68 | 0.80 | 0 | 0.27 | 0.64 | 159.73 | 0.66 | 0.22 |
| Hex | 13 | 5D | 44 | 50 | 0 | 1B | 40 | A0 | 42 | 16 |
| Octal | 23 | 135 | 104 | 120 | 0 | 33 | 100 | 240 | 102 | 26 |
| Binary | 10011 | 1011101 | 1000100 | 1010000 | 0 | 11011 | 1000000 | 10100000 | 1000010 | 10110 |
Color Harmonies of #135D44
Complementary color
Monochromatic Colors of #135D44
Black with #135D44
Text Example
Text Example
White with #135D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D44; }
p { color: rgb(19,93,68); }
H1.HeaderClassName
{
color: #135D44;
}
.AnyTagClassName
{
color: #135D44;
}
</style>
background-color css
<style>
a { background-color: #135D44; }
a { background-color: rgb(19,93,68); }
div.DivClassName
{
background-color: #135D44;
}
.BgClassName
{
background-color: #135D44;
}
</style>
border-color css
<style>
span { border-color: #135D44; }
span { border-color: rgb(19,93,68); }
td.TdClassName
{
border-color: #135D44;
}
.TagClassName
{
border-color: #135D44;
}
</style>