Shades of Green Vogue #13434E
Tints of Green Vogue #13434E
RGB
CMYK
RGB Variations
Color information
#13434E (or 0x13434E) is known color: Green Vogue. HEX triplet: 13, 43 and 4E. RGB value is (19,67,78). Sum of RGB (Red+Green+Blue) = 19+67+78=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #13434E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13434E is #ECBCB1. Grayscale: #353535. Windows color (decimal): -15514802 or 5128979. OLE color: 5128979.
HSL color Cylindrical-coordinate representation of color #13434E: hue angle of 191.19º degrees, saturation: 0.61, 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 #13434E is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 67 | 78 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.69 |
| HSL | 191.19º | 0.61% | 0.19% | - |
| HSV(B) | 191.19º | 0.76% | 0.31% | - |
| XYZ | 3.65 | 4.7 | 7.92 | - |
| YUV | 53.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 78 | 0.76 | 0.14 | 0 | 0.69 | 191.19 | 0.61 | 0.19 |
| Hex | 13 | 43 | 4E | 4C | E | 0 | 45 | BF | 3D | 13 |
| Octal | 23 | 103 | 116 | 114 | 16 | 0 | 105 | 277 | 75 | 23 |
| Binary | 10011 | 1000011 | 1001110 | 1001100 | 1110 | 0 | 1000101 | 10111111 | 111101 | 10011 |
Color Harmonies of #13434E
Complementary color
Monochromatic Colors of #13434E
Black with #13434E
Text Example
Text Example
White with #13434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13434E; }
p { color: rgb(19,67,78); }
H1.HeaderClassName
{
color: #13434E;
}
.AnyTagClassName
{
color: #13434E;
}
</style>
background-color css
<style>
a { background-color: #13434E; }
a { background-color: rgb(19,67,78); }
div.DivClassName
{
background-color: #13434E;
}
.BgClassName
{
background-color: #13434E;
}
</style>
border-color css
<style>
span { border-color: #13434E; }
span { border-color: rgb(19,67,78); }
td.TdClassName
{
border-color: #13434E;
}
.TagClassName
{
border-color: #13434E;
}
</style>