Shades of Green Vogue #133C4A
Tints of Green Vogue #133C4A
RGB
CMYK
RGB Variations
Color information
#133C4A (or 0x133C4A) is known color: Green Vogue. HEX triplet: 13, 3C and 4A. RGB value is (19,60,74). Sum of RGB (Red+Green+Blue) = 19+60+74=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #133C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C4A is #ECC3B5. Grayscale: #313131. Windows color (decimal): -15516598 or 4865043. OLE color: 4865043.
HSL color Cylindrical-coordinate representation of color #133C4A: hue angle of 195.27º 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 #133C4A is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 60 | 74 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.71 |
| HSL | 195.27º | 0.59% | 0.18% | - |
| HSV(B) | 195.27º | 0.74% | 0.29% | - |
| XYZ | 3.12 | 3.86 | 7.06 | - |
| YUV | 49.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 74 | 0.74 | 0.19 | 0 | 0.71 | 195.27 | 0.59 | 0.18 |
| Hex | 13 | 3C | 4A | 4A | 13 | 0 | 47 | C3 | 3B | 12 |
| Octal | 23 | 74 | 112 | 112 | 23 | 0 | 107 | 303 | 73 | 22 |
| Binary | 10011 | 111100 | 1001010 | 1001010 | 10011 | 0 | 1000111 | 11000011 | 111011 | 10010 |
Color Harmonies of #133C4A
Complementary color
Monochromatic Colors of #133C4A
Black with #133C4A
Text Example
Text Example
White with #133C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C4A; }
p { color: rgb(19,60,74); }
H1.HeaderClassName
{
color: #133C4A;
}
.AnyTagClassName
{
color: #133C4A;
}
</style>
background-color css
<style>
a { background-color: #133C4A; }
a { background-color: rgb(19,60,74); }
div.DivClassName
{
background-color: #133C4A;
}
.BgClassName
{
background-color: #133C4A;
}
</style>
border-color css
<style>
span { border-color: #133C4A; }
span { border-color: rgb(19,60,74); }
td.TdClassName
{
border-color: #133C4A;
}
.TagClassName
{
border-color: #133C4A;
}
</style>