Shades of Green Vogue #133D4A
Tints of Green Vogue #133D4A
RGB
CMYK
RGB Variations
Color information
#133D4A (or 0x133D4A) is known color: Green Vogue. HEX triplet: 13, 3D and 4A. RGB value is (19,61,74). Sum of RGB (Red+Green+Blue) = 19+61+74=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #133D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D4A is #ECC2B5. Grayscale: #313131. Windows color (decimal): -15516342 or 4865299. OLE color: 4865299.
HSL color Cylindrical-coordinate representation of color #133D4A: hue angle of 194.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133D4A is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 61 | 74 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.71 |
| HSL | 194.18º | 0.59% | 0.18% | - |
| HSV(B) | 194.18º | 0.74% | 0.29% | - |
| XYZ | 3.17 | 3.97 | 7.08 | - |
| YUV | 49.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 74 | 0.74 | 0.18 | 0 | 0.71 | 194.18 | 0.59 | 0.18 |
| Hex | 13 | 3D | 4A | 4A | 12 | 0 | 47 | C2 | 3B | 12 |
| Octal | 23 | 75 | 112 | 112 | 22 | 0 | 107 | 302 | 73 | 22 |
| Binary | 10011 | 111101 | 1001010 | 1001010 | 10010 | 0 | 1000111 | 11000010 | 111011 | 10010 |
Color Harmonies of #133D4A
Complementary color
Monochromatic Colors of #133D4A
Black with #133D4A
Text Example
Text Example
White with #133D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D4A; }
p { color: rgb(19,61,74); }
H1.HeaderClassName
{
color: #133D4A;
}
.AnyTagClassName
{
color: #133D4A;
}
</style>
background-color css
<style>
a { background-color: #133D4A; }
a { background-color: rgb(19,61,74); }
div.DivClassName
{
background-color: #133D4A;
}
.BgClassName
{
background-color: #133D4A;
}
</style>
border-color css
<style>
span { border-color: #133D4A; }
span { border-color: rgb(19,61,74); }
td.TdClassName
{
border-color: #133D4A;
}
.TagClassName
{
border-color: #133D4A;
}
</style>