Shades of Green Vogue #133E4A
Tints of Green Vogue #133E4A
RGB
CMYK
RGB Variations
Color information
#133E4A (or 0x133E4A) is known color: Green Vogue. HEX triplet: 13, 3E and 4A. RGB value is (19,62,74). Sum of RGB (Red+Green+Blue) = 19+62+74=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #133E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E4A is #ECC1B5. Grayscale: #323232. Windows color (decimal): -15516086 or 4865555. OLE color: 4865555.
HSL color Cylindrical-coordinate representation of color #133E4A: hue angle of 193.09º 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 #133E4A is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 62 | 74 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.71 |
| HSL | 193.09º | 0.59% | 0.18% | - |
| HSV(B) | 193.09º | 0.74% | 0.29% | - |
| XYZ | 3.23 | 4.08 | 7.1 | - |
| YUV | 50.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 74 | 0.74 | 0.16 | 0 | 0.71 | 193.09 | 0.59 | 0.18 |
| Hex | 13 | 3E | 4A | 4A | 10 | 0 | 47 | C1 | 3B | 12 |
| Octal | 23 | 76 | 112 | 112 | 20 | 0 | 107 | 301 | 73 | 22 |
| Binary | 10011 | 111110 | 1001010 | 1001010 | 10000 | 0 | 1000111 | 11000001 | 111011 | 10010 |
Color Harmonies of #133E4A
Complementary color
Monochromatic Colors of #133E4A
Black with #133E4A
Text Example
Text Example
White with #133E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E4A; }
p { color: rgb(19,62,74); }
H1.HeaderClassName
{
color: #133E4A;
}
.AnyTagClassName
{
color: #133E4A;
}
</style>
background-color css
<style>
a { background-color: #133E4A; }
a { background-color: rgb(19,62,74); }
div.DivClassName
{
background-color: #133E4A;
}
.BgClassName
{
background-color: #133E4A;
}
</style>
border-color css
<style>
span { border-color: #133E4A; }
span { border-color: rgb(19,62,74); }
td.TdClassName
{
border-color: #133E4A;
}
.TagClassName
{
border-color: #133E4A;
}
</style>