Shades of Green Vogue #134550
Tints of Green Vogue #134550
RGB
CMYK
RGB Variations
Color information
#134550 (or 0x134550) is known color: Green Vogue. HEX triplet: 13, 45 and 50. RGB value is (19,69,80). Sum of RGB (Red+Green+Blue) = 19+69+80=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #134550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134550 is #ECBAAF. Grayscale: #373737. Windows color (decimal): -15514288 or 5260563. OLE color: 5260563.
HSL color Cylindrical-coordinate representation of color #134550: hue angle of 190.82º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134550 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 69 | 80 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.69 |
| HSL | 190.82º | 0.62% | 0.19% | - |
| HSV(B) | 190.82º | 0.76% | 0.31% | - |
| XYZ | 3.84 | 4.97 | 8.35 | - |
| YUV | 55.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 80 | 0.76 | 0.14 | 0 | 0.69 | 190.82 | 0.62 | 0.19 |
| Hex | 13 | 45 | 50 | 4C | E | 0 | 45 | BF | 3E | 13 |
| Octal | 23 | 105 | 120 | 114 | 16 | 0 | 105 | 277 | 76 | 23 |
| Binary | 10011 | 1000101 | 1010000 | 1001100 | 1110 | 0 | 1000101 | 10111111 | 111110 | 10011 |
Color Harmonies of #134550
Complementary color
Monochromatic Colors of #134550
Black with #134550
Text Example
Text Example
White with #134550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134550; }
p { color: rgb(19,69,80); }
H1.HeaderClassName
{
color: #134550;
}
.AnyTagClassName
{
color: #134550;
}
</style>
background-color css
<style>
a { background-color: #134550; }
a { background-color: rgb(19,69,80); }
div.DivClassName
{
background-color: #134550;
}
.BgClassName
{
background-color: #134550;
}
</style>
border-color css
<style>
span { border-color: #134550; }
span { border-color: rgb(19,69,80); }
td.TdClassName
{
border-color: #134550;
}
.TagClassName
{
border-color: #134550;
}
</style>