Shades of Green Vogue #123A4E
Tints of Green Vogue #123A4E
RGB
CMYK
RGB Variations
Color information
#123A4E (or 0x123A4E) is known color: Green Vogue. HEX triplet: 12, 3A and 4E. RGB value is (18,58,78). Sum of RGB (Red+Green+Blue) = 18+58+78=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #123A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A4E is #EDC5B1. Grayscale: #303030. Windows color (decimal): -15582642 or 5126674. OLE color: 5126674.
HSL color Cylindrical-coordinate representation of color #123A4E: hue angle of 200º degrees, saturation: 0.62, 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 #123A4E is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 58 | 78 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.69 |
| HSL | 200º | 0.63% | 0.19% | - |
| HSV(B) | 200º | 0.77% | 0.31% | - |
| XYZ | 3.14 | 3.7 | 7.76 | - |
| YUV | 48.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 78 | 0.77 | 0.26 | 0 | 0.69 | 200 | 0.63 | 0.19 |
| Hex | 12 | 3A | 4E | 4D | 1A | 0 | 45 | C8 | 3E | 13 |
| Octal | 22 | 72 | 116 | 115 | 32 | 0 | 105 | 310 | 76 | 23 |
| Binary | 10010 | 111010 | 1001110 | 1001101 | 11010 | 0 | 1000101 | 11001000 | 111110 | 10011 |
Color Harmonies of #123A4E
Complementary color
Monochromatic Colors of #123A4E
Black with #123A4E
Text Example
Text Example
White with #123A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A4E; }
p { color: rgb(18,58,78); }
H1.HeaderClassName
{
color: #123A4E;
}
.AnyTagClassName
{
color: #123A4E;
}
</style>
background-color css
<style>
a { background-color: #123A4E; }
a { background-color: rgb(18,58,78); }
div.DivClassName
{
background-color: #123A4E;
}
.BgClassName
{
background-color: #123A4E;
}
</style>
border-color css
<style>
span { border-color: #123A4E; }
span { border-color: rgb(18,58,78); }
td.TdClassName
{
border-color: #123A4E;
}
.TagClassName
{
border-color: #123A4E;
}
</style>