Shades of Green Vogue #123E50
Tints of Green Vogue #123E50
RGB
CMYK
RGB Variations
Color information
#123E50 (or 0x123E50) is known color: Green Vogue. HEX triplet: 12, 3E and 50. RGB value is (18,62,80). Sum of RGB (Red+Green+Blue) = 18+62+80=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #123E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E50 is #EDC1AF. Grayscale: #323232. Windows color (decimal): -15581616 or 5258770. OLE color: 5258770.
HSL color Cylindrical-coordinate representation of color #123E50: hue angle of 197.42º 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 #123E50 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 62 | 80 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.69 |
| HSL | 197.42º | 0.63% | 0.19% | - |
| HSV(B) | 197.42º | 0.78% | 0.31% | - |
| XYZ | 3.42 | 4.15 | 8.21 | - |
| YUV | 50.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 80 | 0.78 | 0.22 | 0 | 0.69 | 197.42 | 0.63 | 0.19 |
| Hex | 12 | 3E | 50 | 4E | 16 | 0 | 45 | C5 | 3F | 13 |
| Octal | 22 | 76 | 120 | 116 | 26 | 0 | 105 | 305 | 77 | 23 |
| Binary | 10010 | 111110 | 1010000 | 1001110 | 10110 | 0 | 1000101 | 11000101 | 111111 | 10011 |
Color Harmonies of #123E50
Complementary color
Monochromatic Colors of #123E50
Black with #123E50
Text Example
Text Example
White with #123E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E50; }
p { color: rgb(18,62,80); }
H1.HeaderClassName
{
color: #123E50;
}
.AnyTagClassName
{
color: #123E50;
}
</style>
background-color css
<style>
a { background-color: #123E50; }
a { background-color: rgb(18,62,80); }
div.DivClassName
{
background-color: #123E50;
}
.BgClassName
{
background-color: #123E50;
}
</style>
border-color css
<style>
span { border-color: #123E50; }
span { border-color: rgb(18,62,80); }
td.TdClassName
{
border-color: #123E50;
}
.TagClassName
{
border-color: #123E50;
}
</style>