Shades of Green Vogue #123B4D
Tints of Green Vogue #123B4D
RGB
CMYK
RGB Variations
Color information
#123B4D (or 0x123B4D) is known color: Green Vogue. HEX triplet: 12, 3B and 4D. RGB value is (18,59,77). Sum of RGB (Red+Green+Blue) = 18+59+77=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #123B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B4D is #EDC4B2. Grayscale: #303030. Windows color (decimal): -15582387 or 5061394. OLE color: 5061394.
HSL color Cylindrical-coordinate representation of color #123B4D: hue angle of 198.31º 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 #123B4D is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 59 | 77 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.70 |
| HSL | 198.31º | 0.62% | 0.19% | - |
| HSV(B) | 198.31º | 0.77% | 0.3% | - |
| XYZ | 3.15 | 3.79 | 7.59 | - |
| YUV | 48.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 77 | 0.77 | 0.23 | 0 | 0.70 | 198.31 | 0.62 | 0.19 |
| Hex | 12 | 3B | 4D | 4D | 17 | 0 | 46 | C6 | 3E | 13 |
| Octal | 22 | 73 | 115 | 115 | 27 | 0 | 106 | 306 | 76 | 23 |
| Binary | 10010 | 111011 | 1001101 | 1001101 | 10111 | 0 | 1000110 | 11000110 | 111110 | 10011 |
Color Harmonies of #123B4D
Complementary color
Monochromatic Colors of #123B4D
Black with #123B4D
Text Example
Text Example
White with #123B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B4D; }
p { color: rgb(18,59,77); }
H1.HeaderClassName
{
color: #123B4D;
}
.AnyTagClassName
{
color: #123B4D;
}
</style>
background-color css
<style>
a { background-color: #123B4D; }
a { background-color: rgb(18,59,77); }
div.DivClassName
{
background-color: #123B4D;
}
.BgClassName
{
background-color: #123B4D;
}
</style>
border-color css
<style>
span { border-color: #123B4D; }
span { border-color: rgb(18,59,77); }
td.TdClassName
{
border-color: #123B4D;
}
.TagClassName
{
border-color: #123B4D;
}
</style>