Shades of Green Vogue #124150
Tints of Green Vogue #124150
RGB
CMYK
RGB Variations
Color information
#124150 (or 0x124150) is known color: Green Vogue. HEX triplet: 12, 41 and 50. RGB value is (18,65,80). Sum of RGB (Red+Green+Blue) = 18+65+80=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #124150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124150 is #EDBEAF. Grayscale: #343434. Windows color (decimal): -15580848 or 5259538. OLE color: 5259538.
HSL color Cylindrical-coordinate representation of color #124150: hue angle of 194.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124150 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 65 | 80 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.69 |
| HSL | 194.52º | 0.63% | 0.19% | - |
| HSV(B) | 194.52º | 0.78% | 0.31% | - |
| XYZ | 3.59 | 4.49 | 8.27 | - |
| YUV | 52.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 80 | 0.78 | 0.19 | 0 | 0.69 | 194.52 | 0.63 | 0.19 |
| Hex | 12 | 41 | 50 | 4E | 13 | 0 | 45 | C3 | 3F | 13 |
| Octal | 22 | 101 | 120 | 116 | 23 | 0 | 105 | 303 | 77 | 23 |
| Binary | 10010 | 1000001 | 1010000 | 1001110 | 10011 | 0 | 1000101 | 11000011 | 111111 | 10011 |
Color Harmonies of #124150
Complementary color
Monochromatic Colors of #124150
Black with #124150
Text Example
Text Example
White with #124150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124150; }
p { color: rgb(18,65,80); }
H1.HeaderClassName
{
color: #124150;
}
.AnyTagClassName
{
color: #124150;
}
</style>
background-color css
<style>
a { background-color: #124150; }
a { background-color: rgb(18,65,80); }
div.DivClassName
{
background-color: #124150;
}
.BgClassName
{
background-color: #124150;
}
</style>
border-color css
<style>
span { border-color: #124150; }
span { border-color: rgb(18,65,80); }
td.TdClassName
{
border-color: #124150;
}
.TagClassName
{
border-color: #124150;
}
</style>