Shades of Green Vogue #133F4E
Tints of Green Vogue #133F4E
RGB
CMYK
RGB Variations
Color information
#133F4E (or 0x133F4E) is known color: Green Vogue. HEX triplet: 13, 3F and 4E. RGB value is (19,63,78). Sum of RGB (Red+Green+Blue) = 19+63+78=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #133F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F4E is #ECC0B1. Grayscale: #333333. Windows color (decimal): -15515826 or 5127955. OLE color: 5127955.
HSL color Cylindrical-coordinate representation of color #133F4E: hue angle of 195.25º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #133F4E is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 63 | 78 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.69 |
| HSL | 195.25º | 0.61% | 0.19% | - |
| HSV(B) | 195.25º | 0.76% | 0.31% | - |
| XYZ | 3.42 | 4.24 | 7.85 | - |
| YUV | 51.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 78 | 0.76 | 0.19 | 0 | 0.69 | 195.25 | 0.61 | 0.19 |
| Hex | 13 | 3F | 4E | 4C | 13 | 0 | 45 | C3 | 3D | 13 |
| Octal | 23 | 77 | 116 | 114 | 23 | 0 | 105 | 303 | 75 | 23 |
| Binary | 10011 | 111111 | 1001110 | 1001100 | 10011 | 0 | 1000101 | 11000011 | 111101 | 10011 |
Color Harmonies of #133F4E
Complementary color
Monochromatic Colors of #133F4E
Black with #133F4E
Text Example
Text Example
White with #133F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F4E; }
p { color: rgb(19,63,78); }
H1.HeaderClassName
{
color: #133F4E;
}
.AnyTagClassName
{
color: #133F4E;
}
</style>
background-color css
<style>
a { background-color: #133F4E; }
a { background-color: rgb(19,63,78); }
div.DivClassName
{
background-color: #133F4E;
}
.BgClassName
{
background-color: #133F4E;
}
</style>
border-color css
<style>
span { border-color: #133F4E; }
span { border-color: rgb(19,63,78); }
td.TdClassName
{
border-color: #133F4E;
}
.TagClassName
{
border-color: #133F4E;
}
</style>