Shades of Green Vogue #133E50
Tints of Green Vogue #133E50
RGB
CMYK
RGB Variations
Color information
#133E50 (or 0x133E50) is known color: Green Vogue. HEX triplet: 13, 3E and 50. RGB value is (19,62,80). Sum of RGB (Red+Green+Blue) = 19+62+80=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #133E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E50 is #ECC1AF. Grayscale: #333333. Windows color (decimal): -15516080 or 5258771. OLE color: 5258771.
HSL color Cylindrical-coordinate representation of color #133E50: hue angle of 197.7º 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 #133E50 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 62 | 80 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.69 |
| HSL | 197.7º | 0.62% | 0.19% | - |
| HSV(B) | 197.7º | 0.76% | 0.31% | - |
| XYZ | 3.44 | 4.16 | 8.21 | - |
| YUV | 51.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 80 | 0.76 | 0.22 | 0 | 0.69 | 197.7 | 0.62 | 0.19 |
| Hex | 13 | 3E | 50 | 4C | 16 | 0 | 45 | C6 | 3E | 13 |
| Octal | 23 | 76 | 120 | 114 | 26 | 0 | 105 | 306 | 76 | 23 |
| Binary | 10011 | 111110 | 1010000 | 1001100 | 10110 | 0 | 1000101 | 11000110 | 111110 | 10011 |
Color Harmonies of #133E50
Complementary color
Monochromatic Colors of #133E50
Black with #133E50
Text Example
Text Example
White with #133E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E50; }
p { color: rgb(19,62,80); }
H1.HeaderClassName
{
color: #133E50;
}
.AnyTagClassName
{
color: #133E50;
}
</style>
background-color css
<style>
a { background-color: #133E50; }
a { background-color: rgb(19,62,80); }
div.DivClassName
{
background-color: #133E50;
}
.BgClassName
{
background-color: #133E50;
}
</style>
border-color css
<style>
span { border-color: #133E50; }
span { border-color: rgb(19,62,80); }
td.TdClassName
{
border-color: #133E50;
}
.TagClassName
{
border-color: #133E50;
}
</style>