Shades of Evening Sea #135A49
Tints of Evening Sea #135A49
RGB
CMYK
RGB Variations
Color information
#135A49 (or 0x135A49) is known color: Evening Sea. HEX triplet: 13, 5A and 49. RGB value is (19,90,73). Sum of RGB (Red+Green+Blue) = 19+90+73=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #135A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A49 is #ECA5B6. Grayscale: #424242. Windows color (decimal): -15508919 or 4807187. OLE color: 4807187.
HSL color Cylindrical-coordinate representation of color #135A49: hue angle of 165.63º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A49 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 73 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.65 |
| HSL | 165.63º | 0.65% | 0.21% | - |
| HSV(B) | 165.63º | 0.79% | 0.35% | - |
| XYZ | 5.13 | 7.93 | 7.56 | - |
| YUV | 66.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 73 | 0.79 | 0 | 0.19 | 0.65 | 165.63 | 0.65 | 0.21 |
| Hex | 13 | 5A | 49 | 4F | 0 | 13 | 41 | A6 | 41 | 15 |
| Octal | 23 | 132 | 111 | 117 | 0 | 23 | 101 | 246 | 101 | 25 |
| Binary | 10011 | 1011010 | 1001001 | 1001111 | 0 | 10011 | 1000001 | 10100110 | 1000001 | 10101 |
Color Harmonies of #135A49
Complementary color
Monochromatic Colors of #135A49
Black with #135A49
Text Example
Text Example
White with #135A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A49; }
p { color: rgb(19,90,73); }
H1.HeaderClassName
{
color: #135A49;
}
.AnyTagClassName
{
color: #135A49;
}
</style>
background-color css
<style>
a { background-color: #135A49; }
a { background-color: rgb(19,90,73); }
div.DivClassName
{
background-color: #135A49;
}
.BgClassName
{
background-color: #135A49;
}
</style>
border-color css
<style>
span { border-color: #135A49; }
span { border-color: rgb(19,90,73); }
td.TdClassName
{
border-color: #135A49;
}
.TagClassName
{
border-color: #135A49;
}
</style>