Shades of Green Vogue #15404A
Tints of Green Vogue #15404A
RGB
CMYK
RGB Variations
Color information
#15404A (or 0x15404A) is known color: Green Vogue. HEX triplet: 15, 40 and 4A. RGB value is (21,64,74). Sum of RGB (Red+Green+Blue) = 21+64+74=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #15404A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15404A is #EABFB5. Grayscale: #343434. Windows color (decimal): -15384502 or 4866069. OLE color: 4866069.
HSL color Cylindrical-coordinate representation of color #15404A: hue angle of 191.32º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15404A is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 64 | 74 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.71 |
| HSL | 191.32º | 0.56% | 0.19% | - |
| HSV(B) | 191.32º | 0.72% | 0.29% | - |
| XYZ | 3.38 | 4.32 | 7.13 | - |
| YUV | 52.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 74 | 0.72 | 0.14 | 0 | 0.71 | 191.32 | 0.56 | 0.19 |
| Hex | 15 | 40 | 4A | 48 | E | 0 | 47 | BF | 38 | 13 |
| Octal | 25 | 100 | 112 | 110 | 16 | 0 | 107 | 277 | 70 | 23 |
| Binary | 10101 | 1000000 | 1001010 | 1001000 | 1110 | 0 | 1000111 | 10111111 | 111000 | 10011 |
Color Harmonies of #15404A
Complementary color
Monochromatic Colors of #15404A
Black with #15404A
Text Example
Text Example
White with #15404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15404A; }
p { color: rgb(21,64,74); }
H1.HeaderClassName
{
color: #15404A;
}
.AnyTagClassName
{
color: #15404A;
}
</style>
background-color css
<style>
a { background-color: #15404A; }
a { background-color: rgb(21,64,74); }
div.DivClassName
{
background-color: #15404A;
}
.BgClassName
{
background-color: #15404A;
}
</style>
border-color css
<style>
span { border-color: #15404A; }
span { border-color: rgb(21,64,74); }
td.TdClassName
{
border-color: #15404A;
}
.TagClassName
{
border-color: #15404A;
}
</style>