Shades of Green Vogue #13404F
Tints of Green Vogue #13404F
RGB
CMYK
RGB Variations
Color information
#13404F (or 0x13404F) is known color: Green Vogue. HEX triplet: 13, 40 and 4F. RGB value is (19,64,79). Sum of RGB (Red+Green+Blue) = 19+64+79=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #13404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13404F is #ECBFB0. Grayscale: #343434. Windows color (decimal): -15515569 or 5193747. OLE color: 5193747.
HSL color Cylindrical-coordinate representation of color #13404F: hue angle of 195º 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 #13404F is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 64 | 79 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.69 |
| HSL | 195º | 0.61% | 0.19% | - |
| HSV(B) | 195º | 0.76% | 0.31% | - |
| XYZ | 3.51 | 4.37 | 8.06 | - |
| YUV | 52.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 79 | 0.76 | 0.19 | 0 | 0.69 | 195 | 0.61 | 0.19 |
| Hex | 13 | 40 | 4F | 4C | 13 | 0 | 45 | C3 | 3D | 13 |
| Octal | 23 | 100 | 117 | 114 | 23 | 0 | 105 | 303 | 75 | 23 |
| Binary | 10011 | 1000000 | 1001111 | 1001100 | 10011 | 0 | 1000101 | 11000011 | 111101 | 10011 |
Color Harmonies of #13404F
Complementary color
Monochromatic Colors of #13404F
Black with #13404F
Text Example
Text Example
White with #13404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13404F; }
p { color: rgb(19,64,79); }
H1.HeaderClassName
{
color: #13404F;
}
.AnyTagClassName
{
color: #13404F;
}
</style>
background-color css
<style>
a { background-color: #13404F; }
a { background-color: rgb(19,64,79); }
div.DivClassName
{
background-color: #13404F;
}
.BgClassName
{
background-color: #13404F;
}
</style>
border-color css
<style>
span { border-color: #13404F; }
span { border-color: rgb(19,64,79); }
td.TdClassName
{
border-color: #13404F;
}
.TagClassName
{
border-color: #13404F;
}
</style>