Shades of Green Vogue #133C4B
Tints of Green Vogue #133C4B
RGB
CMYK
RGB Variations
Color information
#133C4B (or 0x133C4B) is known color: Green Vogue. HEX triplet: 13, 3C and 4B. RGB value is (19,60,75). Sum of RGB (Red+Green+Blue) = 19+60+75=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #133C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C4B is #ECC3B4. Grayscale: #313131. Windows color (decimal): -15516597 or 4930579. OLE color: 4930579.
HSL color Cylindrical-coordinate representation of color #133C4B: hue angle of 196.07º 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 #133C4B is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 60 | 75 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.71 |
| HSL | 196.07º | 0.6% | 0.18% | - |
| HSV(B) | 196.07º | 0.75% | 0.29% | - |
| XYZ | 3.15 | 3.88 | 7.24 | - |
| YUV | 49.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 75 | 0.75 | 0.20 | 0 | 0.71 | 196.07 | 0.6 | 0.18 |
| Hex | 13 | 3C | 4B | 4B | 14 | 0 | 47 | C4 | 3C | 12 |
| Octal | 23 | 74 | 113 | 113 | 24 | 0 | 107 | 304 | 74 | 22 |
| Binary | 10011 | 111100 | 1001011 | 1001011 | 10100 | 0 | 1000111 | 11000100 | 111100 | 10010 |
Color Harmonies of #133C4B
Complementary color
Monochromatic Colors of #133C4B
Black with #133C4B
Text Example
Text Example
White with #133C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C4B; }
p { color: rgb(19,60,75); }
H1.HeaderClassName
{
color: #133C4B;
}
.AnyTagClassName
{
color: #133C4B;
}
</style>
background-color css
<style>
a { background-color: #133C4B; }
a { background-color: rgb(19,60,75); }
div.DivClassName
{
background-color: #133C4B;
}
.BgClassName
{
background-color: #133C4B;
}
</style>
border-color css
<style>
span { border-color: #133C4B; }
span { border-color: rgb(19,60,75); }
td.TdClassName
{
border-color: #133C4B;
}
.TagClassName
{
border-color: #133C4B;
}
</style>