Shades of Green Vogue #153B47
Tints of Green Vogue #153B47
RGB
CMYK
RGB Variations
Color information
#153B47 (or 0x153B47) is known color: Green Vogue. HEX triplet: 15, 3B and 47. RGB value is (21,59,71). Sum of RGB (Red+Green+Blue) = 21+59+71=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #153B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B47 is #EAC4B8. Grayscale: #303030. Windows color (decimal): -15385785 or 4668181. OLE color: 4668181.
HSL color Cylindrical-coordinate representation of color #153B47: hue angle of 194.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153B47 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 59 | 71 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.72 |
| HSL | 194.4º | 0.54% | 0.18% | - |
| HSV(B) | 194.4º | 0.7% | 0.28% | - |
| XYZ | 3.01 | 3.74 | 6.52 | - |
| YUV | 49.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 71 | 0.70 | 0.17 | 0 | 0.72 | 194.4 | 0.54 | 0.18 |
| Hex | 15 | 3B | 47 | 46 | 11 | 0 | 48 | C2 | 36 | 12 |
| Octal | 25 | 73 | 107 | 106 | 21 | 0 | 110 | 302 | 66 | 22 |
| Binary | 10101 | 111011 | 1000111 | 1000110 | 10001 | 0 | 1001000 | 11000010 | 110110 | 10010 |
Color Harmonies of #153B47
Complementary color
Monochromatic Colors of #153B47
Black with #153B47
Text Example
Text Example
White with #153B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B47; }
p { color: rgb(21,59,71); }
H1.HeaderClassName
{
color: #153B47;
}
.AnyTagClassName
{
color: #153B47;
}
</style>
background-color css
<style>
a { background-color: #153B47; }
a { background-color: rgb(21,59,71); }
div.DivClassName
{
background-color: #153B47;
}
.BgClassName
{
background-color: #153B47;
}
</style>
border-color css
<style>
span { border-color: #153B47; }
span { border-color: rgb(21,59,71); }
td.TdClassName
{
border-color: #153B47;
}
.TagClassName
{
border-color: #153B47;
}
</style>