Shades of Green Vogue #123B4A
Tints of Green Vogue #123B4A
RGB
CMYK
RGB Variations
Color information
#123B4A (or 0x123B4A) is known color: Green Vogue. HEX triplet: 12, 3B and 4A. RGB value is (18,59,74). Sum of RGB (Red+Green+Blue) = 18+59+74=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #123B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B4A is #EDC4B5. Grayscale: #303030. Windows color (decimal): -15582390 or 4864786. OLE color: 4864786.
HSL color Cylindrical-coordinate representation of color #123B4A: hue angle of 196.07º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #123B4A is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 59 | 74 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.71 |
| HSL | 196.07º | 0.61% | 0.18% | - |
| HSV(B) | 196.07º | 0.76% | 0.29% | - |
| XYZ | 3.05 | 3.75 | 7.04 | - |
| YUV | 48.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 74 | 0.76 | 0.20 | 0 | 0.71 | 196.07 | 0.61 | 0.18 |
| Hex | 12 | 3B | 4A | 4C | 14 | 0 | 47 | C4 | 3D | 12 |
| Octal | 22 | 73 | 112 | 114 | 24 | 0 | 107 | 304 | 75 | 22 |
| Binary | 10010 | 111011 | 1001010 | 1001100 | 10100 | 0 | 1000111 | 11000100 | 111101 | 10010 |
Color Harmonies of #123B4A
Complementary color
Monochromatic Colors of #123B4A
Black with #123B4A
Text Example
Text Example
White with #123B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B4A; }
p { color: rgb(18,59,74); }
H1.HeaderClassName
{
color: #123B4A;
}
.AnyTagClassName
{
color: #123B4A;
}
</style>
background-color css
<style>
a { background-color: #123B4A; }
a { background-color: rgb(18,59,74); }
div.DivClassName
{
background-color: #123B4A;
}
.BgClassName
{
background-color: #123B4A;
}
</style>
border-color css
<style>
span { border-color: #123B4A; }
span { border-color: rgb(18,59,74); }
td.TdClassName
{
border-color: #123B4A;
}
.TagClassName
{
border-color: #123B4A;
}
</style>