Shades of Green Vogue #153C49
Tints of Green Vogue #153C49
RGB
CMYK
RGB Variations
Color information
#153C49 (or 0x153C49) is known color: Green Vogue. HEX triplet: 15, 3C and 49. RGB value is (21,60,73). Sum of RGB (Red+Green+Blue) = 21+60+73=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #153C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C49 is #EAC3B6. Grayscale: #313131. Windows color (decimal): -15385527 or 4799509. OLE color: 4799509.
HSL color Cylindrical-coordinate representation of color #153C49: hue angle of 195º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153C49 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 60 | 73 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.71 |
| HSL | 195º | 0.55% | 0.18% | - |
| HSV(B) | 195º | 0.71% | 0.29% | - |
| XYZ | 3.13 | 3.87 | 6.89 | - |
| YUV | 49.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 73 | 0.71 | 0.18 | 0 | 0.71 | 195 | 0.55 | 0.18 |
| Hex | 15 | 3C | 49 | 47 | 12 | 0 | 47 | C3 | 37 | 12 |
| Octal | 25 | 74 | 111 | 107 | 22 | 0 | 107 | 303 | 67 | 22 |
| Binary | 10101 | 111100 | 1001001 | 1000111 | 10010 | 0 | 1000111 | 11000011 | 110111 | 10010 |
Color Harmonies of #153C49
Complementary color
Monochromatic Colors of #153C49
Black with #153C49
Text Example
Text Example
White with #153C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C49; }
p { color: rgb(21,60,73); }
H1.HeaderClassName
{
color: #153C49;
}
.AnyTagClassName
{
color: #153C49;
}
</style>
background-color css
<style>
a { background-color: #153C49; }
a { background-color: rgb(21,60,73); }
div.DivClassName
{
background-color: #153C49;
}
.BgClassName
{
background-color: #153C49;
}
</style>
border-color css
<style>
span { border-color: #153C49; }
span { border-color: rgb(21,60,73); }
td.TdClassName
{
border-color: #153C49;
}
.TagClassName
{
border-color: #153C49;
}
</style>