Shades of Green Vogue #153B4D
Tints of Green Vogue #153B4D
RGB
CMYK
RGB Variations
Color information
#153B4D (or 0x153B4D) is known color: Green Vogue. HEX triplet: 15, 3B and 4D. RGB value is (21,59,77). Sum of RGB (Red+Green+Blue) = 21+59+77=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #153B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B4D is #EAC4B2. Grayscale: #313131. Windows color (decimal): -15385779 or 5061397. OLE color: 5061397.
HSL color Cylindrical-coordinate representation of color #153B4D: hue angle of 199.29º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #153B4D is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 59 | 77 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.70 |
| HSL | 199.29º | 0.57% | 0.19% | - |
| HSV(B) | 199.29º | 0.73% | 0.3% | - |
| XYZ | 3.21 | 3.82 | 7.59 | - |
| YUV | 49.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 77 | 0.73 | 0.23 | 0 | 0.70 | 199.29 | 0.57 | 0.19 |
| Hex | 15 | 3B | 4D | 49 | 17 | 0 | 46 | C7 | 39 | 13 |
| Octal | 25 | 73 | 115 | 111 | 27 | 0 | 106 | 307 | 71 | 23 |
| Binary | 10101 | 111011 | 1001101 | 1001001 | 10111 | 0 | 1000110 | 11000111 | 111001 | 10011 |
Color Harmonies of #153B4D
Complementary color
Monochromatic Colors of #153B4D
Black with #153B4D
Text Example
Text Example
White with #153B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B4D; }
p { color: rgb(21,59,77); }
H1.HeaderClassName
{
color: #153B4D;
}
.AnyTagClassName
{
color: #153B4D;
}
</style>
background-color css
<style>
a { background-color: #153B4D; }
a { background-color: rgb(21,59,77); }
div.DivClassName
{
background-color: #153B4D;
}
.BgClassName
{
background-color: #153B4D;
}
</style>
border-color css
<style>
span { border-color: #153B4D; }
span { border-color: rgb(21,59,77); }
td.TdClassName
{
border-color: #153B4D;
}
.TagClassName
{
border-color: #153B4D;
}
</style>