Shades of Green Vogue #133D4B
Tints of Green Vogue #133D4B
RGB
CMYK
RGB Variations
Color information
#133D4B (or 0x133D4B) is known color: Green Vogue. HEX triplet: 13, 3D and 4B. RGB value is (19,61,75). Sum of RGB (Red+Green+Blue) = 19+61+75=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #133D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D4B is #ECC2B4. Grayscale: #313131. Windows color (decimal): -15516341 or 4930835. OLE color: 4930835.
HSL color Cylindrical-coordinate representation of color #133D4B: hue angle of 195º 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 #133D4B is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 61 | 75 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.71 |
| HSL | 195º | 0.6% | 0.18% | - |
| HSV(B) | 195º | 0.75% | 0.29% | - |
| XYZ | 3.21 | 3.98 | 7.26 | - |
| YUV | 50.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 75 | 0.75 | 0.19 | 0 | 0.71 | 195 | 0.6 | 0.18 |
| Hex | 13 | 3D | 4B | 4B | 13 | 0 | 47 | C3 | 3C | 12 |
| Octal | 23 | 75 | 113 | 113 | 23 | 0 | 107 | 303 | 74 | 22 |
| Binary | 10011 | 111101 | 1001011 | 1001011 | 10011 | 0 | 1000111 | 11000011 | 111100 | 10010 |
Color Harmonies of #133D4B
Complementary color
Monochromatic Colors of #133D4B
Black with #133D4B
Text Example
Text Example
White with #133D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D4B; }
p { color: rgb(19,61,75); }
H1.HeaderClassName
{
color: #133D4B;
}
.AnyTagClassName
{
color: #133D4B;
}
</style>
background-color css
<style>
a { background-color: #133D4B; }
a { background-color: rgb(19,61,75); }
div.DivClassName
{
background-color: #133D4B;
}
.BgClassName
{
background-color: #133D4B;
}
</style>
border-color css
<style>
span { border-color: #133D4B; }
span { border-color: rgb(19,61,75); }
td.TdClassName
{
border-color: #133D4B;
}
.TagClassName
{
border-color: #133D4B;
}
</style>