Shades of Green Vogue #133D4D
Tints of Green Vogue #133D4D
RGB
CMYK
RGB Variations
Color information
#133D4D (or 0x133D4D) is known color: Green Vogue. HEX triplet: 13, 3D and 4D. RGB value is (19,61,77). Sum of RGB (Red+Green+Blue) = 19+61+77=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #133D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D4D is #ECC2B2. Grayscale: #323232. Windows color (decimal): -15516339 or 5061907. OLE color: 5061907.
HSL color Cylindrical-coordinate representation of color #133D4D: hue angle of 196.55º 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 #133D4D is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 61 | 77 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.70 |
| HSL | 196.55º | 0.6% | 0.19% | - |
| HSV(B) | 196.55º | 0.75% | 0.3% | - |
| XYZ | 3.28 | 4.01 | 7.62 | - |
| YUV | 50.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 77 | 0.75 | 0.21 | 0 | 0.70 | 196.55 | 0.6 | 0.19 |
| Hex | 13 | 3D | 4D | 4B | 15 | 0 | 46 | C5 | 3C | 13 |
| Octal | 23 | 75 | 115 | 113 | 25 | 0 | 106 | 305 | 74 | 23 |
| Binary | 10011 | 111101 | 1001101 | 1001011 | 10101 | 0 | 1000110 | 11000101 | 111100 | 10011 |
Color Harmonies of #133D4D
Complementary color
Monochromatic Colors of #133D4D
Black with #133D4D
Text Example
Text Example
White with #133D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D4D; }
p { color: rgb(19,61,77); }
H1.HeaderClassName
{
color: #133D4D;
}
.AnyTagClassName
{
color: #133D4D;
}
</style>
background-color css
<style>
a { background-color: #133D4D; }
a { background-color: rgb(19,61,77); }
div.DivClassName
{
background-color: #133D4D;
}
.BgClassName
{
background-color: #133D4D;
}
</style>
border-color css
<style>
span { border-color: #133D4D; }
span { border-color: rgb(19,61,77); }
td.TdClassName
{
border-color: #133D4D;
}
.TagClassName
{
border-color: #133D4D;
}
</style>