Shades of Green Vogue #133F4B
Tints of Green Vogue #133F4B
RGB
CMYK
RGB Variations
Color information
#133F4B (or 0x133F4B) is known color: Green Vogue. HEX triplet: 13, 3F and 4B. RGB value is (19,63,75). Sum of RGB (Red+Green+Blue) = 19+63+75=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #133F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F4B is #ECC0B4. Grayscale: #333333. Windows color (decimal): -15515829 or 4931347. OLE color: 4931347.
HSL color Cylindrical-coordinate representation of color #133F4B: hue angle of 192.86º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133F4B is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 63 | 75 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.71 |
| HSL | 192.86º | 0.6% | 0.18% | - |
| HSV(B) | 192.86º | 0.75% | 0.29% | - |
| XYZ | 3.32 | 4.2 | 7.29 | - |
| YUV | 51.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 75 | 0.75 | 0.16 | 0 | 0.71 | 192.86 | 0.6 | 0.18 |
| Hex | 13 | 3F | 4B | 4B | 10 | 0 | 47 | C1 | 3C | 12 |
| Octal | 23 | 77 | 113 | 113 | 20 | 0 | 107 | 301 | 74 | 22 |
| Binary | 10011 | 111111 | 1001011 | 1001011 | 10000 | 0 | 1000111 | 11000001 | 111100 | 10010 |
Color Harmonies of #133F4B
Complementary color
Monochromatic Colors of #133F4B
Black with #133F4B
Text Example
Text Example
White with #133F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F4B; }
p { color: rgb(19,63,75); }
H1.HeaderClassName
{
color: #133F4B;
}
.AnyTagClassName
{
color: #133F4B;
}
</style>
background-color css
<style>
a { background-color: #133F4B; }
a { background-color: rgb(19,63,75); }
div.DivClassName
{
background-color: #133F4B;
}
.BgClassName
{
background-color: #133F4B;
}
</style>
border-color css
<style>
span { border-color: #133F4B; }
span { border-color: rgb(19,63,75); }
td.TdClassName
{
border-color: #133F4B;
}
.TagClassName
{
border-color: #133F4B;
}
</style>