Shades of Green Vogue #153C4F
Tints of Green Vogue #153C4F
RGB
CMYK
RGB Variations
Color information
#153C4F (or 0x153C4F) is known color: Green Vogue. HEX triplet: 15, 3C and 4F. RGB value is (21,60,79). Sum of RGB (Red+Green+Blue) = 21+60+79=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #153C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C4F is #EAC3B0. Grayscale: #323232. Windows color (decimal): -15385521 or 5192725. OLE color: 5192725.
HSL color Cylindrical-coordinate representation of color #153C4F: hue angle of 199.66º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #153C4F is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 60 | 79 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.69 |
| HSL | 199.66º | 0.58% | 0.2% | - |
| HSV(B) | 199.66º | 0.73% | 0.31% | - |
| XYZ | 3.34 | 3.96 | 7.98 | - |
| YUV | 50.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 79 | 0.73 | 0.24 | 0 | 0.69 | 199.66 | 0.58 | 0.2 |
| Hex | 15 | 3C | 4F | 49 | 18 | 0 | 45 | C8 | 3A | 14 |
| Octal | 25 | 74 | 117 | 111 | 30 | 0 | 105 | 310 | 72 | 24 |
| Binary | 10101 | 111100 | 1001111 | 1001001 | 11000 | 0 | 1000101 | 11001000 | 111010 | 10100 |
Color Harmonies of #153C4F
Complementary color
Monochromatic Colors of #153C4F
Black with #153C4F
Text Example
Text Example
White with #153C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C4F; }
p { color: rgb(21,60,79); }
H1.HeaderClassName
{
color: #153C4F;
}
.AnyTagClassName
{
color: #153C4F;
}
</style>
background-color css
<style>
a { background-color: #153C4F; }
a { background-color: rgb(21,60,79); }
div.DivClassName
{
background-color: #153C4F;
}
.BgClassName
{
background-color: #153C4F;
}
</style>
border-color css
<style>
span { border-color: #153C4F; }
span { border-color: rgb(21,60,79); }
td.TdClassName
{
border-color: #153C4F;
}
.TagClassName
{
border-color: #153C4F;
}
</style>