Shades of Green Vogue #15414F
Tints of Green Vogue #15414F
RGB
CMYK
RGB Variations
Color information
#15414F (or 0x15414F) is known color: Green Vogue. HEX triplet: 15, 41 and 4F. RGB value is (21,65,79). Sum of RGB (Red+Green+Blue) = 21+65+79=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #15414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15414F is #EABEB0. Grayscale: #353535. Windows color (decimal): -15384241 or 5194005. OLE color: 5194005.
HSL color Cylindrical-coordinate representation of color #15414F: hue angle of 194.48º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15414F is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 65 | 79 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.69 |
| HSL | 194.48º | 0.58% | 0.2% | - |
| HSV(B) | 194.48º | 0.73% | 0.31% | - |
| XYZ | 3.61 | 4.5 | 8.08 | - |
| YUV | 53.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 79 | 0.73 | 0.18 | 0 | 0.69 | 194.48 | 0.58 | 0.2 |
| Hex | 15 | 41 | 4F | 49 | 12 | 0 | 45 | C2 | 3A | 14 |
| Octal | 25 | 101 | 117 | 111 | 22 | 0 | 105 | 302 | 72 | 24 |
| Binary | 10101 | 1000001 | 1001111 | 1001001 | 10010 | 0 | 1000101 | 11000010 | 111010 | 10100 |
Color Harmonies of #15414F
Complementary color
Monochromatic Colors of #15414F
Black with #15414F
Text Example
Text Example
White with #15414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15414F; }
p { color: rgb(21,65,79); }
H1.HeaderClassName
{
color: #15414F;
}
.AnyTagClassName
{
color: #15414F;
}
</style>
background-color css
<style>
a { background-color: #15414F; }
a { background-color: rgb(21,65,79); }
div.DivClassName
{
background-color: #15414F;
}
.BgClassName
{
background-color: #15414F;
}
</style>
border-color css
<style>
span { border-color: #15414F; }
span { border-color: rgb(21,65,79); }
td.TdClassName
{
border-color: #15414F;
}
.TagClassName
{
border-color: #15414F;
}
</style>