Shades of Green Vogue #123D4A
Tints of Green Vogue #123D4A
RGB
CMYK
RGB Variations
Color information
#123D4A (or 0x123D4A) is known color: Green Vogue. HEX triplet: 12, 3D and 4A. RGB value is (18,61,74). Sum of RGB (Red+Green+Blue) = 18+61+74=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #123D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D4A is #EDC2B5. Grayscale: #313131. Windows color (decimal): -15581878 or 4865298. OLE color: 4865298.
HSL color Cylindrical-coordinate representation of color #123D4A: hue angle of 193.93º 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 #123D4A is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 61 | 74 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.71 |
| HSL | 193.93º | 0.61% | 0.18% | - |
| HSV(B) | 193.93º | 0.76% | 0.29% | - |
| XYZ | 3.15 | 3.96 | 7.08 | - |
| YUV | 49.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 74 | 0.76 | 0.18 | 0 | 0.71 | 193.93 | 0.61 | 0.18 |
| Hex | 12 | 3D | 4A | 4C | 12 | 0 | 47 | C2 | 3D | 12 |
| Octal | 22 | 75 | 112 | 114 | 22 | 0 | 107 | 302 | 75 | 22 |
| Binary | 10010 | 111101 | 1001010 | 1001100 | 10010 | 0 | 1000111 | 11000010 | 111101 | 10010 |
Color Harmonies of #123D4A
Complementary color
Monochromatic Colors of #123D4A
Black with #123D4A
Text Example
Text Example
White with #123D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D4A; }
p { color: rgb(18,61,74); }
H1.HeaderClassName
{
color: #123D4A;
}
.AnyTagClassName
{
color: #123D4A;
}
</style>
background-color css
<style>
a { background-color: #123D4A; }
a { background-color: rgb(18,61,74); }
div.DivClassName
{
background-color: #123D4A;
}
.BgClassName
{
background-color: #123D4A;
}
</style>
border-color css
<style>
span { border-color: #123D4A; }
span { border-color: rgb(18,61,74); }
td.TdClassName
{
border-color: #123D4A;
}
.TagClassName
{
border-color: #123D4A;
}
</style>