Shades of Green Vogue #153B4C
Tints of Green Vogue #153B4C
RGB
CMYK
RGB Variations
Color information
#153B4C (or 0x153B4C) is known color: Green Vogue. HEX triplet: 15, 3B and 4C. RGB value is (21,59,76). Sum of RGB (Red+Green+Blue) = 21+59+76=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #153B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B4C is #EAC4B3. Grayscale: #313131. Windows color (decimal): -15385780 or 4995861. OLE color: 4995861.
HSL color Cylindrical-coordinate representation of color #153B4C: hue angle of 198.55º 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 #153B4C is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 59 | 76 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.70 |
| HSL | 198.55º | 0.57% | 0.19% | - |
| HSV(B) | 198.55º | 0.72% | 0.3% | - |
| XYZ | 3.18 | 3.81 | 7.41 | - |
| YUV | 49.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 76 | 0.72 | 0.22 | 0 | 0.70 | 198.55 | 0.57 | 0.19 |
| Hex | 15 | 3B | 4C | 48 | 16 | 0 | 46 | C7 | 39 | 13 |
| Octal | 25 | 73 | 114 | 110 | 26 | 0 | 106 | 307 | 71 | 23 |
| Binary | 10101 | 111011 | 1001100 | 1001000 | 10110 | 0 | 1000110 | 11000111 | 111001 | 10011 |
Color Harmonies of #153B4C
Complementary color
Monochromatic Colors of #153B4C
Black with #153B4C
Text Example
Text Example
White with #153B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B4C; }
p { color: rgb(21,59,76); }
H1.HeaderClassName
{
color: #153B4C;
}
.AnyTagClassName
{
color: #153B4C;
}
</style>
background-color css
<style>
a { background-color: #153B4C; }
a { background-color: rgb(21,59,76); }
div.DivClassName
{
background-color: #153B4C;
}
.BgClassName
{
background-color: #153B4C;
}
</style>
border-color css
<style>
span { border-color: #153B4C; }
span { border-color: rgb(21,59,76); }
td.TdClassName
{
border-color: #153B4C;
}
.TagClassName
{
border-color: #153B4C;
}
</style>