Shades of Green Vogue #133C4C
Tints of Green Vogue #133C4C
RGB
CMYK
RGB Variations
Color information
#133C4C (or 0x133C4C) is known color: Green Vogue. HEX triplet: 13, 3C and 4C. RGB value is (19,60,76). Sum of RGB (Red+Green+Blue) = 19+60+76=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #133C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C4C is #ECC3B3. Grayscale: #313131. Windows color (decimal): -15516596 or 4996115. OLE color: 4996115.
HSL color Cylindrical-coordinate representation of color #133C4C: hue angle of 196.84º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133C4C is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 60 | 76 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.70 |
| HSL | 196.84º | 0.6% | 0.19% | - |
| HSV(B) | 196.84º | 0.75% | 0.3% | - |
| XYZ | 3.19 | 3.89 | 7.42 | - |
| YUV | 49.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 76 | 0.75 | 0.21 | 0 | 0.70 | 196.84 | 0.6 | 0.19 |
| Hex | 13 | 3C | 4C | 4B | 15 | 0 | 46 | C5 | 3C | 13 |
| Octal | 23 | 74 | 114 | 113 | 25 | 0 | 106 | 305 | 74 | 23 |
| Binary | 10011 | 111100 | 1001100 | 1001011 | 10101 | 0 | 1000110 | 11000101 | 111100 | 10011 |
Color Harmonies of #133C4C
Complementary color
Monochromatic Colors of #133C4C
Black with #133C4C
Text Example
Text Example
White with #133C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C4C; }
p { color: rgb(19,60,76); }
H1.HeaderClassName
{
color: #133C4C;
}
.AnyTagClassName
{
color: #133C4C;
}
</style>
background-color css
<style>
a { background-color: #133C4C; }
a { background-color: rgb(19,60,76); }
div.DivClassName
{
background-color: #133C4C;
}
.BgClassName
{
background-color: #133C4C;
}
</style>
border-color css
<style>
span { border-color: #133C4C; }
span { border-color: rgb(19,60,76); }
td.TdClassName
{
border-color: #133C4C;
}
.TagClassName
{
border-color: #133C4C;
}
</style>