Shades of Green Vogue #124451
Tints of Green Vogue #124451
RGB
CMYK
RGB Variations
Color information
#124451 (or 0x124451) is known color: Green Vogue. HEX triplet: 12, 44 and 51. RGB value is (18,68,81). Sum of RGB (Red+Green+Blue) = 18+68+81=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #124451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124451 is #EDBBAE. Grayscale: #363636. Windows color (decimal): -15580079 or 5325842. OLE color: 5325842.
HSL color Cylindrical-coordinate representation of color #124451: hue angle of 192.38º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124451 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 68 | 81 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.68 |
| HSL | 192.38º | 0.64% | 0.19% | - |
| HSV(B) | 192.38º | 0.78% | 0.32% | - |
| XYZ | 3.8 | 4.86 | 8.52 | - |
| YUV | 54.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 81 | 0.78 | 0.16 | 0 | 0.68 | 192.38 | 0.64 | 0.19 |
| Hex | 12 | 44 | 51 | 4E | 10 | 0 | 44 | C0 | 40 | 13 |
| Octal | 22 | 104 | 121 | 116 | 20 | 0 | 104 | 300 | 100 | 23 |
| Binary | 10010 | 1000100 | 1010001 | 1001110 | 10000 | 0 | 1000100 | 11000000 | 1000000 | 10011 |
Color Harmonies of #124451
Complementary color
Monochromatic Colors of #124451
Black with #124451
Text Example
Text Example
White with #124451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124451; }
p { color: rgb(18,68,81); }
H1.HeaderClassName
{
color: #124451;
}
.AnyTagClassName
{
color: #124451;
}
</style>
background-color css
<style>
a { background-color: #124451; }
a { background-color: rgb(18,68,81); }
div.DivClassName
{
background-color: #124451;
}
.BgClassName
{
background-color: #124451;
}
</style>
border-color css
<style>
span { border-color: #124451; }
span { border-color: rgb(18,68,81); }
td.TdClassName
{
border-color: #124451;
}
.TagClassName
{
border-color: #124451;
}
</style>