Shades of Green Vogue #133C51
Tints of Green Vogue #133C51
RGB
CMYK
RGB Variations
Color information
#133C51 (or 0x133C51) is known color: Green Vogue. HEX triplet: 13, 3C and 51. RGB value is (19,60,81). Sum of RGB (Red+Green+Blue) = 19+60+81=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #133C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C51 is #ECC3AE. Grayscale: #323232. Windows color (decimal): -15516591 or 5323795. OLE color: 5323795.
HSL color Cylindrical-coordinate representation of color #133C51: hue angle of 200.32º 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 #133C51 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 60 | 81 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.68 |
| HSL | 200.32º | 0.62% | 0.2% | - |
| HSV(B) | 200.32º | 0.77% | 0.32% | - |
| XYZ | 3.37 | 3.96 | 8.37 | - |
| YUV | 50.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 81 | 0.77 | 0.26 | 0 | 0.68 | 200.32 | 0.62 | 0.2 |
| Hex | 13 | 3C | 51 | 4D | 1A | 0 | 44 | C8 | 3E | 14 |
| Octal | 23 | 74 | 121 | 115 | 32 | 0 | 104 | 310 | 76 | 24 |
| Binary | 10011 | 111100 | 1010001 | 1001101 | 11010 | 0 | 1000100 | 11001000 | 111110 | 10100 |
Color Harmonies of #133C51
Complementary color
Monochromatic Colors of #133C51
Black with #133C51
Text Example
Text Example
White with #133C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C51; }
p { color: rgb(19,60,81); }
H1.HeaderClassName
{
color: #133C51;
}
.AnyTagClassName
{
color: #133C51;
}
</style>
background-color css
<style>
a { background-color: #133C51; }
a { background-color: rgb(19,60,81); }
div.DivClassName
{
background-color: #133C51;
}
.BgClassName
{
background-color: #133C51;
}
</style>
border-color css
<style>
span { border-color: #133C51; }
span { border-color: rgb(19,60,81); }
td.TdClassName
{
border-color: #133C51;
}
.TagClassName
{
border-color: #133C51;
}
</style>