Shades of Green Vogue #133E52
Tints of Green Vogue #133E52
RGB
CMYK
RGB Variations
Color information
#133E52 (or 0x133E52) is known color: Green Vogue. HEX triplet: 13, 3E and 52. RGB value is (19,62,82). Sum of RGB (Red+Green+Blue) = 19+62+82=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #133E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E52 is #ECC1AD. Grayscale: #333333. Windows color (decimal): -15516078 or 5389843. OLE color: 5389843.
HSL color Cylindrical-coordinate representation of color #133E52: hue angle of 199.05º 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 #133E52 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 62 | 82 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.68 |
| HSL | 199.05º | 0.62% | 0.2% | - |
| HSV(B) | 199.05º | 0.77% | 0.32% | - |
| XYZ | 3.51 | 4.19 | 8.61 | - |
| YUV | 51.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 82 | 0.77 | 0.24 | 0 | 0.68 | 199.05 | 0.62 | 0.2 |
| Hex | 13 | 3E | 52 | 4D | 18 | 0 | 44 | C7 | 3E | 14 |
| Octal | 23 | 76 | 122 | 115 | 30 | 0 | 104 | 307 | 76 | 24 |
| Binary | 10011 | 111110 | 1010010 | 1001101 | 11000 | 0 | 1000100 | 11000111 | 111110 | 10100 |
Color Harmonies of #133E52
Complementary color
Monochromatic Colors of #133E52
Black with #133E52
Text Example
Text Example
White with #133E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E52; }
p { color: rgb(19,62,82); }
H1.HeaderClassName
{
color: #133E52;
}
.AnyTagClassName
{
color: #133E52;
}
</style>
background-color css
<style>
a { background-color: #133E52; }
a { background-color: rgb(19,62,82); }
div.DivClassName
{
background-color: #133E52;
}
.BgClassName
{
background-color: #133E52;
}
</style>
border-color css
<style>
span { border-color: #133E52; }
span { border-color: rgb(19,62,82); }
td.TdClassName
{
border-color: #133E52;
}
.TagClassName
{
border-color: #133E52;
}
</style>