Shades of Green Vogue #123F4D
Tints of Green Vogue #123F4D
RGB
CMYK
RGB Variations
Color information
#123F4D (or 0x123F4D) is known color: Green Vogue. HEX triplet: 12, 3F and 4D. RGB value is (18,63,77). Sum of RGB (Red+Green+Blue) = 18+63+77=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #123F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F4D is #EDC0B2. Grayscale: #333333. Windows color (decimal): -15581363 or 5062418. OLE color: 5062418.
HSL color Cylindrical-coordinate representation of color #123F4D: hue angle of 194.24º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123F4D is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 63 | 77 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.70 |
| HSL | 194.24º | 0.62% | 0.19% | - |
| HSV(B) | 194.24º | 0.77% | 0.3% | - |
| XYZ | 3.37 | 4.22 | 7.66 | - |
| YUV | 51.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 77 | 0.77 | 0.18 | 0 | 0.70 | 194.24 | 0.62 | 0.19 |
| Hex | 12 | 3F | 4D | 4D | 12 | 0 | 46 | C2 | 3E | 13 |
| Octal | 22 | 77 | 115 | 115 | 22 | 0 | 106 | 302 | 76 | 23 |
| Binary | 10010 | 111111 | 1001101 | 1001101 | 10010 | 0 | 1000110 | 11000010 | 111110 | 10011 |
Color Harmonies of #123F4D
Complementary color
Monochromatic Colors of #123F4D
Black with #123F4D
Text Example
Text Example
White with #123F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F4D; }
p { color: rgb(18,63,77); }
H1.HeaderClassName
{
color: #123F4D;
}
.AnyTagClassName
{
color: #123F4D;
}
</style>
background-color css
<style>
a { background-color: #123F4D; }
a { background-color: rgb(18,63,77); }
div.DivClassName
{
background-color: #123F4D;
}
.BgClassName
{
background-color: #123F4D;
}
</style>
border-color css
<style>
span { border-color: #123F4D; }
span { border-color: rgb(18,63,77); }
td.TdClassName
{
border-color: #123F4D;
}
.TagClassName
{
border-color: #123F4D;
}
</style>