Shades of Green Vogue #19424B
Tints of Green Vogue #19424B
RGB
CMYK
RGB Variations
Color information
#19424B (or 0x19424B) is known color: Green Vogue. HEX triplet: 19, 42 and 4B. RGB value is (25,66,75). Sum of RGB (Red+Green+Blue) = 25+66+75=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #19424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19424B is #E6BDB4. Grayscale: #363636. Windows color (decimal): -15121845 or 4932121. OLE color: 4932121.
HSL color Cylindrical-coordinate representation of color #19424B: hue angle of 190.8º 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 #19424B is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 66 | 75 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.71 |
| HSL | 190.8º | 0.5% | 0.2% | - |
| HSV(B) | 190.8º | 0.67% | 0.29% | - |
| XYZ | 3.62 | 4.61 | 7.36 | - |
| YUV | 54.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 75 | 0.67 | 0.12 | 0 | 0.71 | 190.8 | 0.5 | 0.2 |
| Hex | 19 | 42 | 4B | 43 | C | 0 | 47 | BF | 32 | 14 |
| Octal | 31 | 102 | 113 | 103 | 14 | 0 | 107 | 277 | 62 | 24 |
| Binary | 11001 | 1000010 | 1001011 | 1000011 | 1100 | 0 | 1000111 | 10111111 | 110010 | 10100 |
Color Harmonies of #19424B
Complementary color
Monochromatic Colors of #19424B
Black with #19424B
Text Example
Text Example
White with #19424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19424B; }
p { color: rgb(25,66,75); }
H1.HeaderClassName
{
color: #19424B;
}
.AnyTagClassName
{
color: #19424B;
}
</style>
background-color css
<style>
a { background-color: #19424B; }
a { background-color: rgb(25,66,75); }
div.DivClassName
{
background-color: #19424B;
}
.BgClassName
{
background-color: #19424B;
}
</style>
border-color css
<style>
span { border-color: #19424B; }
span { border-color: rgb(25,66,75); }
td.TdClassName
{
border-color: #19424B;
}
.TagClassName
{
border-color: #19424B;
}
</style>