Shades of Green Vogue #123C51
Tints of Green Vogue #123C51
RGB
CMYK
RGB Variations
Color information
#123C51 (or 0x123C51) is known color: Green Vogue. HEX triplet: 12, 3C and 51. RGB value is (18,60,81). Sum of RGB (Red+Green+Blue) = 18+60+81=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #123C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C51 is #EDC3AE. Grayscale: #313131. Windows color (decimal): -15582127 or 5323794. OLE color: 5323794.
HSL color Cylindrical-coordinate representation of color #123C51: hue angle of 200º 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 #123C51 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 60 | 81 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.68 |
| HSL | 200º | 0.64% | 0.19% | - |
| HSV(B) | 200º | 0.78% | 0.32% | - |
| XYZ | 3.35 | 3.95 | 8.37 | - |
| YUV | 49.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 81 | 0.78 | 0.26 | 0 | 0.68 | 200 | 0.64 | 0.19 |
| Hex | 12 | 3C | 51 | 4E | 1A | 0 | 44 | C8 | 40 | 13 |
| Octal | 22 | 74 | 121 | 116 | 32 | 0 | 104 | 310 | 100 | 23 |
| Binary | 10010 | 111100 | 1010001 | 1001110 | 11010 | 0 | 1000100 | 11001000 | 1000000 | 10011 |
Color Harmonies of #123C51
Complementary color
Monochromatic Colors of #123C51
Black with #123C51
Text Example
Text Example
White with #123C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C51; }
p { color: rgb(18,60,81); }
H1.HeaderClassName
{
color: #123C51;
}
.AnyTagClassName
{
color: #123C51;
}
</style>
background-color css
<style>
a { background-color: #123C51; }
a { background-color: rgb(18,60,81); }
div.DivClassName
{
background-color: #123C51;
}
.BgClassName
{
background-color: #123C51;
}
</style>
border-color css
<style>
span { border-color: #123C51; }
span { border-color: rgb(18,60,81); }
td.TdClassName
{
border-color: #123C51;
}
.TagClassName
{
border-color: #123C51;
}
</style>