Shades of Green Vogue #153F4D
Tints of Green Vogue #153F4D
RGB
CMYK
RGB Variations
Color information
#153F4D (or 0x153F4D) is known color: Green Vogue. HEX triplet: 15, 3F and 4D. RGB value is (21,63,77). Sum of RGB (Red+Green+Blue) = 21+63+77=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #153F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F4D is #EAC0B2. Grayscale: #333333. Windows color (decimal): -15384755 or 5062421. OLE color: 5062421.
HSL color Cylindrical-coordinate representation of color #153F4D: hue angle of 195º 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 #153F4D is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 63 | 77 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.70 |
| HSL | 195º | 0.57% | 0.19% | - |
| HSV(B) | 195º | 0.73% | 0.3% | - |
| XYZ | 3.43 | 4.25 | 7.66 | - |
| YUV | 52.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 77 | 0.73 | 0.18 | 0 | 0.70 | 195 | 0.57 | 0.19 |
| Hex | 15 | 3F | 4D | 49 | 12 | 0 | 46 | C3 | 39 | 13 |
| Octal | 25 | 77 | 115 | 111 | 22 | 0 | 106 | 303 | 71 | 23 |
| Binary | 10101 | 111111 | 1001101 | 1001001 | 10010 | 0 | 1000110 | 11000011 | 111001 | 10011 |
Color Harmonies of #153F4D
Complementary color
Monochromatic Colors of #153F4D
Black with #153F4D
Text Example
Text Example
White with #153F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F4D; }
p { color: rgb(21,63,77); }
H1.HeaderClassName
{
color: #153F4D;
}
.AnyTagClassName
{
color: #153F4D;
}
</style>
background-color css
<style>
a { background-color: #153F4D; }
a { background-color: rgb(21,63,77); }
div.DivClassName
{
background-color: #153F4D;
}
.BgClassName
{
background-color: #153F4D;
}
</style>
border-color css
<style>
span { border-color: #153F4D; }
span { border-color: rgb(21,63,77); }
td.TdClassName
{
border-color: #153F4D;
}
.TagClassName
{
border-color: #153F4D;
}
</style>