Shades of Green Vogue #15424F
Tints of Green Vogue #15424F
RGB
CMYK
RGB Variations
Color information
#15424F (or 0x15424F) is known color: Green Vogue. HEX triplet: 15, 42 and 4F. RGB value is (21,66,79). Sum of RGB (Red+Green+Blue) = 21+66+79=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #15424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15424F is #EABDB0. Grayscale: #353535. Windows color (decimal): -15383985 or 5194261. OLE color: 5194261.
HSL color Cylindrical-coordinate representation of color #15424F: hue angle of 193.45º 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 #15424F is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 66 | 79 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.69 |
| HSL | 193.45º | 0.58% | 0.2% | - |
| HSV(B) | 193.45º | 0.73% | 0.31% | - |
| XYZ | 3.67 | 4.62 | 8.1 | - |
| YUV | 54.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 79 | 0.73 | 0.16 | 0 | 0.69 | 193.45 | 0.58 | 0.2 |
| Hex | 15 | 42 | 4F | 49 | 10 | 0 | 45 | C1 | 3A | 14 |
| Octal | 25 | 102 | 117 | 111 | 20 | 0 | 105 | 301 | 72 | 24 |
| Binary | 10101 | 1000010 | 1001111 | 1001001 | 10000 | 0 | 1000101 | 11000001 | 111010 | 10100 |
Color Harmonies of #15424F
Complementary color
Monochromatic Colors of #15424F
Black with #15424F
Text Example
Text Example
White with #15424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15424F; }
p { color: rgb(21,66,79); }
H1.HeaderClassName
{
color: #15424F;
}
.AnyTagClassName
{
color: #15424F;
}
</style>
background-color css
<style>
a { background-color: #15424F; }
a { background-color: rgb(21,66,79); }
div.DivClassName
{
background-color: #15424F;
}
.BgClassName
{
background-color: #15424F;
}
</style>
border-color css
<style>
span { border-color: #15424F; }
span { border-color: rgb(21,66,79); }
td.TdClassName
{
border-color: #15424F;
}
.TagClassName
{
border-color: #15424F;
}
</style>