Shades of Green Vogue #123B4C
Tints of Green Vogue #123B4C
RGB
CMYK
RGB Variations
Color information
#123B4C (or 0x123B4C) is known color: Green Vogue. HEX triplet: 12, 3B and 4C. RGB value is (18,59,76). Sum of RGB (Red+Green+Blue) = 18+59+76=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #123B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B4C is #EDC4B3. Grayscale: #303030. Windows color (decimal): -15582388 or 4995858. OLE color: 4995858.
HSL color Cylindrical-coordinate representation of color #123B4C: hue angle of 197.59º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #123B4C is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 59 | 76 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.70 |
| HSL | 197.59º | 0.62% | 0.18% | - |
| HSV(B) | 197.59º | 0.76% | 0.3% | - |
| XYZ | 3.12 | 3.78 | 7.4 | - |
| YUV | 48.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 76 | 0.76 | 0.22 | 0 | 0.70 | 197.59 | 0.62 | 0.18 |
| Hex | 12 | 3B | 4C | 4C | 16 | 0 | 46 | C6 | 3E | 12 |
| Octal | 22 | 73 | 114 | 114 | 26 | 0 | 106 | 306 | 76 | 22 |
| Binary | 10010 | 111011 | 1001100 | 1001100 | 10110 | 0 | 1000110 | 11000110 | 111110 | 10010 |
Color Harmonies of #123B4C
Complementary color
Monochromatic Colors of #123B4C
Black with #123B4C
Text Example
Text Example
White with #123B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B4C; }
p { color: rgb(18,59,76); }
H1.HeaderClassName
{
color: #123B4C;
}
.AnyTagClassName
{
color: #123B4C;
}
</style>
background-color css
<style>
a { background-color: #123B4C; }
a { background-color: rgb(18,59,76); }
div.DivClassName
{
background-color: #123B4C;
}
.BgClassName
{
background-color: #123B4C;
}
</style>
border-color css
<style>
span { border-color: #123B4C; }
span { border-color: rgb(18,59,76); }
td.TdClassName
{
border-color: #123B4C;
}
.TagClassName
{
border-color: #123B4C;
}
</style>