Shades of Green Vogue #19404B
Tints of Green Vogue #19404B
RGB
CMYK
RGB Variations
Color information
#19404B (or 0x19404B) is known color: Green Vogue. HEX triplet: 19, 40 and 4B. RGB value is (25,64,75). Sum of RGB (Red+Green+Blue) = 25+64+75=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #19404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19404B is #E6BFB4. Grayscale: #353535. Windows color (decimal): -15122357 or 4931609. OLE color: 4931609.
HSL color Cylindrical-coordinate representation of color #19404B: hue angle of 193.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19404B is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 64 | 75 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.71 |
| HSL | 193.2º | 0.5% | 0.2% | - |
| HSV(B) | 193.2º | 0.67% | 0.29% | - |
| XYZ | 3.5 | 4.38 | 7.32 | - |
| YUV | 53.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 75 | 0.67 | 0.15 | 0 | 0.71 | 193.2 | 0.5 | 0.2 |
| Hex | 19 | 40 | 4B | 43 | F | 0 | 47 | C1 | 32 | 14 |
| Octal | 31 | 100 | 113 | 103 | 17 | 0 | 107 | 301 | 62 | 24 |
| Binary | 11001 | 1000000 | 1001011 | 1000011 | 1111 | 0 | 1000111 | 11000001 | 110010 | 10100 |
Color Harmonies of #19404B
Complementary color
Monochromatic Colors of #19404B
Black with #19404B
Text Example
Text Example
White with #19404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19404B; }
p { color: rgb(25,64,75); }
H1.HeaderClassName
{
color: #19404B;
}
.AnyTagClassName
{
color: #19404B;
}
</style>
background-color css
<style>
a { background-color: #19404B; }
a { background-color: rgb(25,64,75); }
div.DivClassName
{
background-color: #19404B;
}
.BgClassName
{
background-color: #19404B;
}
</style>
border-color css
<style>
span { border-color: #19404B; }
span { border-color: rgb(25,64,75); }
td.TdClassName
{
border-color: #19404B;
}
.TagClassName
{
border-color: #19404B;
}
</style>