Shades of Green Vogue #153F4C
Tints of Green Vogue #153F4C
RGB
CMYK
RGB Variations
Color information
#153F4C (or 0x153F4C) is known color: Green Vogue. HEX triplet: 15, 3F and 4C. RGB value is (21,63,76). Sum of RGB (Red+Green+Blue) = 21+63+76=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #153F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F4C is #EAC0B3. Grayscale: #333333. Windows color (decimal): -15384756 or 4996885. OLE color: 4996885.
HSL color Cylindrical-coordinate representation of color #153F4C: hue angle of 194.18º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #153F4C is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 63 | 76 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.70 |
| HSL | 194.18º | 0.57% | 0.19% | - |
| HSV(B) | 194.18º | 0.72% | 0.3% | - |
| XYZ | 3.39 | 4.24 | 7.48 | - |
| YUV | 51.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 76 | 0.72 | 0.17 | 0 | 0.70 | 194.18 | 0.57 | 0.19 |
| Hex | 15 | 3F | 4C | 48 | 11 | 0 | 46 | C2 | 39 | 13 |
| Octal | 25 | 77 | 114 | 110 | 21 | 0 | 106 | 302 | 71 | 23 |
| Binary | 10101 | 111111 | 1001100 | 1001000 | 10001 | 0 | 1000110 | 11000010 | 111001 | 10011 |
Color Harmonies of #153F4C
Complementary color
Monochromatic Colors of #153F4C
Black with #153F4C
Text Example
Text Example
White with #153F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F4C; }
p { color: rgb(21,63,76); }
H1.HeaderClassName
{
color: #153F4C;
}
.AnyTagClassName
{
color: #153F4C;
}
</style>
background-color css
<style>
a { background-color: #153F4C; }
a { background-color: rgb(21,63,76); }
div.DivClassName
{
background-color: #153F4C;
}
.BgClassName
{
background-color: #153F4C;
}
</style>
border-color css
<style>
span { border-color: #153F4C; }
span { border-color: rgb(21,63,76); }
td.TdClassName
{
border-color: #153F4C;
}
.TagClassName
{
border-color: #153F4C;
}
</style>