Shades of Jewel #135C44
Tints of Jewel #135C44
RGB
CMYK
RGB Variations
Color information
#135C44 (or 0x135C44) is known color: Jewel. HEX triplet: 13, 5C and 44. RGB value is (19,92,68). Sum of RGB (Red+Green+Blue) = 19+92+68=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #135C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C44 is #ECA3BB. Grayscale: #434343. Windows color (decimal): -15508412 or 4480019. OLE color: 4480019.
HSL color Cylindrical-coordinate representation of color #135C44: hue angle of 160.27º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C44 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 68 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.64 |
| HSL | 160.27º | 0.66% | 0.22% | - |
| HSV(B) | 160.27º | 0.79% | 0.36% | - |
| XYZ | 5.14 | 8.21 | 6.78 | - |
| YUV | 67.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 68 | 0.79 | 0 | 0.26 | 0.64 | 160.27 | 0.66 | 0.22 |
| Hex | 13 | 5C | 44 | 4F | 0 | 1A | 40 | A0 | 42 | 16 |
| Octal | 23 | 134 | 104 | 117 | 0 | 32 | 100 | 240 | 102 | 26 |
| Binary | 10011 | 1011100 | 1000100 | 1001111 | 0 | 11010 | 1000000 | 10100000 | 1000010 | 10110 |
Color Harmonies of #135C44
Complementary color
Monochromatic Colors of #135C44
Black with #135C44
Text Example
Text Example
White with #135C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C44; }
p { color: rgb(19,92,68); }
H1.HeaderClassName
{
color: #135C44;
}
.AnyTagClassName
{
color: #135C44;
}
</style>
background-color css
<style>
a { background-color: #135C44; }
a { background-color: rgb(19,92,68); }
div.DivClassName
{
background-color: #135C44;
}
.BgClassName
{
background-color: #135C44;
}
</style>
border-color css
<style>
span { border-color: #135C44; }
span { border-color: rgb(19,92,68); }
td.TdClassName
{
border-color: #135C44;
}
.TagClassName
{
border-color: #135C44;
}
</style>