Shades of Green Vogue #133C49
Tints of Green Vogue #133C49
RGB
CMYK
RGB Variations
Color information
#133C49 (or 0x133C49) is known color: Green Vogue. HEX triplet: 13, 3C and 49. RGB value is (19,60,73). Sum of RGB (Red+Green+Blue) = 19+60+73=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #133C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C49 is #ECC3B6. Grayscale: #313131. Windows color (decimal): -15516599 or 4799507. OLE color: 4799507.
HSL color Cylindrical-coordinate representation of color #133C49: hue angle of 194.44º 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 #133C49 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 60 | 73 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.71 |
| HSL | 194.44º | 0.59% | 0.18% | - |
| HSV(B) | 194.44º | 0.74% | 0.29% | - |
| XYZ | 3.09 | 3.85 | 6.88 | - |
| YUV | 49.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 73 | 0.74 | 0.18 | 0 | 0.71 | 194.44 | 0.59 | 0.18 |
| Hex | 13 | 3C | 49 | 4A | 12 | 0 | 47 | C2 | 3B | 12 |
| Octal | 23 | 74 | 111 | 112 | 22 | 0 | 107 | 302 | 73 | 22 |
| Binary | 10011 | 111100 | 1001001 | 1001010 | 10010 | 0 | 1000111 | 11000010 | 111011 | 10010 |
Color Harmonies of #133C49
Complementary color
Monochromatic Colors of #133C49
Black with #133C49
Text Example
Text Example
White with #133C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C49; }
p { color: rgb(19,60,73); }
H1.HeaderClassName
{
color: #133C49;
}
.AnyTagClassName
{
color: #133C49;
}
</style>
background-color css
<style>
a { background-color: #133C49; }
a { background-color: rgb(19,60,73); }
div.DivClassName
{
background-color: #133C49;
}
.BgClassName
{
background-color: #133C49;
}
</style>
border-color css
<style>
span { border-color: #133C49; }
span { border-color: rgb(19,60,73); }
td.TdClassName
{
border-color: #133C49;
}
.TagClassName
{
border-color: #133C49;
}
</style>