Shades of Green Vogue #133D49
Tints of Green Vogue #133D49
RGB
CMYK
RGB Variations
Color information
#133D49 (or 0x133D49) is known color: Green Vogue. HEX triplet: 13, 3D and 49. RGB value is (19,61,73). Sum of RGB (Red+Green+Blue) = 19+61+73=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #133D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D49 is #ECC2B6. Grayscale: #313131. Windows color (decimal): -15516343 or 4799763. OLE color: 4799763.
HSL color Cylindrical-coordinate representation of color #133D49: hue angle of 193.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133D49 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 61 | 73 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.71 |
| HSL | 193.33º | 0.59% | 0.18% | - |
| HSV(B) | 193.33º | 0.74% | 0.29% | - |
| XYZ | 3.14 | 3.96 | 6.9 | - |
| YUV | 49.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 73 | 0.74 | 0.16 | 0 | 0.71 | 193.33 | 0.59 | 0.18 |
| Hex | 13 | 3D | 49 | 4A | 10 | 0 | 47 | C1 | 3B | 12 |
| Octal | 23 | 75 | 111 | 112 | 20 | 0 | 107 | 301 | 73 | 22 |
| Binary | 10011 | 111101 | 1001001 | 1001010 | 10000 | 0 | 1000111 | 11000001 | 111011 | 10010 |
Color Harmonies of #133D49
Complementary color
Monochromatic Colors of #133D49
Black with #133D49
Text Example
Text Example
White with #133D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D49; }
p { color: rgb(19,61,73); }
H1.HeaderClassName
{
color: #133D49;
}
.AnyTagClassName
{
color: #133D49;
}
</style>
background-color css
<style>
a { background-color: #133D49; }
a { background-color: rgb(19,61,73); }
div.DivClassName
{
background-color: #133D49;
}
.BgClassName
{
background-color: #133D49;
}
</style>
border-color css
<style>
span { border-color: #133D49; }
span { border-color: rgb(19,61,73); }
td.TdClassName
{
border-color: #133D49;
}
.TagClassName
{
border-color: #133D49;
}
</style>