Shades of Green Vogue #134651
Tints of Green Vogue #134651
RGB
CMYK
RGB Variations
Color information
#134651 (or 0x134651) is known color: Green Vogue. HEX triplet: 13, 46 and 51. RGB value is (19,70,81). Sum of RGB (Red+Green+Blue) = 19+70+81=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #134651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134651 is #ECB9AE. Grayscale: #373737. Windows color (decimal): -15514031 or 5326355. OLE color: 5326355.
HSL color Cylindrical-coordinate representation of color #134651: hue angle of 190.65º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134651 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 70 | 81 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.68 |
| HSL | 190.65º | 0.62% | 0.2% | - |
| HSV(B) | 190.65º | 0.77% | 0.32% | - |
| XYZ | 3.94 | 5.11 | 8.56 | - |
| YUV | 56.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 81 | 0.77 | 0.14 | 0 | 0.68 | 190.65 | 0.62 | 0.2 |
| Hex | 13 | 46 | 51 | 4D | E | 0 | 44 | BF | 3E | 14 |
| Octal | 23 | 106 | 121 | 115 | 16 | 0 | 104 | 277 | 76 | 24 |
| Binary | 10011 | 1000110 | 1010001 | 1001101 | 1110 | 0 | 1000100 | 10111111 | 111110 | 10100 |
Color Harmonies of #134651
Complementary color
Monochromatic Colors of #134651
Black with #134651
Text Example
Text Example
White with #134651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134651; }
p { color: rgb(19,70,81); }
H1.HeaderClassName
{
color: #134651;
}
.AnyTagClassName
{
color: #134651;
}
</style>
background-color css
<style>
a { background-color: #134651; }
a { background-color: rgb(19,70,81); }
div.DivClassName
{
background-color: #134651;
}
.BgClassName
{
background-color: #134651;
}
</style>
border-color css
<style>
span { border-color: #134651; }
span { border-color: rgb(19,70,81); }
td.TdClassName
{
border-color: #134651;
}
.TagClassName
{
border-color: #134651;
}
</style>