Shades of Green Vogue #133E4F
Tints of Green Vogue #133E4F
RGB
CMYK
RGB Variations
Color information
#133E4F (or 0x133E4F) is known color: Green Vogue. HEX triplet: 13, 3E and 4F. RGB value is (19,62,79). Sum of RGB (Red+Green+Blue) = 19+62+79=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #133E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E4F is #ECC1B0. Grayscale: #323232. Windows color (decimal): -15516081 or 5193235. OLE color: 5193235.
HSL color Cylindrical-coordinate representation of color #133E4F: hue angle of 197º 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 #133E4F is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 62 | 79 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.69 |
| HSL | 197º | 0.61% | 0.19% | - |
| HSV(B) | 197º | 0.76% | 0.31% | - |
| XYZ | 3.4 | 4.15 | 8.02 | - |
| YUV | 51.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 79 | 0.76 | 0.22 | 0 | 0.69 | 197 | 0.61 | 0.19 |
| Hex | 13 | 3E | 4F | 4C | 16 | 0 | 45 | C5 | 3D | 13 |
| Octal | 23 | 76 | 117 | 114 | 26 | 0 | 105 | 305 | 75 | 23 |
| Binary | 10011 | 111110 | 1001111 | 1001100 | 10110 | 0 | 1000101 | 11000101 | 111101 | 10011 |
Color Harmonies of #133E4F
Complementary color
Monochromatic Colors of #133E4F
Black with #133E4F
Text Example
Text Example
White with #133E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E4F; }
p { color: rgb(19,62,79); }
H1.HeaderClassName
{
color: #133E4F;
}
.AnyTagClassName
{
color: #133E4F;
}
</style>
background-color css
<style>
a { background-color: #133E4F; }
a { background-color: rgb(19,62,79); }
div.DivClassName
{
background-color: #133E4F;
}
.BgClassName
{
background-color: #133E4F;
}
</style>
border-color css
<style>
span { border-color: #133E4F; }
span { border-color: rgb(19,62,79); }
td.TdClassName
{
border-color: #133E4F;
}
.TagClassName
{
border-color: #133E4F;
}
</style>