Shades of Green Vogue #133C4D
Tints of Green Vogue #133C4D
RGB
CMYK
RGB Variations
Color information
#133C4D (or 0x133C4D) is known color: Green Vogue. HEX triplet: 13, 3C and 4D. RGB value is (19,60,77). Sum of RGB (Red+Green+Blue) = 19+60+77=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #133C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C4D is #ECC3B2. Grayscale: #313131. Windows color (decimal): -15516595 or 5061651. OLE color: 5061651.
HSL color Cylindrical-coordinate representation of color #133C4D: hue angle of 197.59º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133C4D is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 60 | 77 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.70 |
| HSL | 197.59º | 0.6% | 0.19% | - |
| HSV(B) | 197.59º | 0.75% | 0.3% | - |
| XYZ | 3.22 | 3.91 | 7.61 | - |
| YUV | 49.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 77 | 0.75 | 0.22 | 0 | 0.70 | 197.59 | 0.6 | 0.19 |
| Hex | 13 | 3C | 4D | 4B | 16 | 0 | 46 | C6 | 3C | 13 |
| Octal | 23 | 74 | 115 | 113 | 26 | 0 | 106 | 306 | 74 | 23 |
| Binary | 10011 | 111100 | 1001101 | 1001011 | 10110 | 0 | 1000110 | 11000110 | 111100 | 10011 |
Color Harmonies of #133C4D
Complementary color
Monochromatic Colors of #133C4D
Black with #133C4D
Text Example
Text Example
White with #133C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C4D; }
p { color: rgb(19,60,77); }
H1.HeaderClassName
{
color: #133C4D;
}
.AnyTagClassName
{
color: #133C4D;
}
</style>
background-color css
<style>
a { background-color: #133C4D; }
a { background-color: rgb(19,60,77); }
div.DivClassName
{
background-color: #133C4D;
}
.BgClassName
{
background-color: #133C4D;
}
</style>
border-color css
<style>
span { border-color: #133C4D; }
span { border-color: rgb(19,60,77); }
td.TdClassName
{
border-color: #133C4D;
}
.TagClassName
{
border-color: #133C4D;
}
</style>