Shades of Green Vogue #15414D
Tints of Green Vogue #15414D
RGB
CMYK
RGB Variations
Color information
#15414D (or 0x15414D) is known color: Green Vogue. HEX triplet: 15, 41 and 4D. RGB value is (21,65,77). Sum of RGB (Red+Green+Blue) = 21+65+77=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #15414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15414D is #EABEB2. Grayscale: #353535. Windows color (decimal): -15384243 or 5062933. OLE color: 5062933.
HSL color Cylindrical-coordinate representation of color #15414D: hue angle of 192.86º 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 #15414D is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 65 | 77 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.70 |
| HSL | 192.86º | 0.57% | 0.19% | - |
| HSV(B) | 192.86º | 0.73% | 0.3% | - |
| XYZ | 3.54 | 4.48 | 7.7 | - |
| YUV | 53.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 77 | 0.73 | 0.16 | 0 | 0.70 | 192.86 | 0.57 | 0.19 |
| Hex | 15 | 41 | 4D | 49 | 10 | 0 | 46 | C1 | 39 | 13 |
| Octal | 25 | 101 | 115 | 111 | 20 | 0 | 106 | 301 | 71 | 23 |
| Binary | 10101 | 1000001 | 1001101 | 1001001 | 10000 | 0 | 1000110 | 11000001 | 111001 | 10011 |
Color Harmonies of #15414D
Complementary color
Monochromatic Colors of #15414D
Black with #15414D
Text Example
Text Example
White with #15414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15414D; }
p { color: rgb(21,65,77); }
H1.HeaderClassName
{
color: #15414D;
}
.AnyTagClassName
{
color: #15414D;
}
</style>
background-color css
<style>
a { background-color: #15414D; }
a { background-color: rgb(21,65,77); }
div.DivClassName
{
background-color: #15414D;
}
.BgClassName
{
background-color: #15414D;
}
</style>
border-color css
<style>
span { border-color: #15414D; }
span { border-color: rgb(21,65,77); }
td.TdClassName
{
border-color: #15414D;
}
.TagClassName
{
border-color: #15414D;
}
</style>