Shades of Green Vogue #124153
Tints of Green Vogue #124153
RGB
CMYK
RGB Variations
Color information
#124153 (or 0x124153) is known color: Green Vogue. HEX triplet: 12, 41 and 53. RGB value is (18,65,83). Sum of RGB (Red+Green+Blue) = 18+65+83=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #124153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124153 is #EDBEAC. Grayscale: #343434. Windows color (decimal): -15580845 or 5456146. OLE color: 5456146.
HSL color Cylindrical-coordinate representation of color #124153: hue angle of 196.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124153 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 65 | 83 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.67 |
| HSL | 196.62º | 0.64% | 0.2% | - |
| HSV(B) | 196.62º | 0.78% | 0.33% | - |
| XYZ | 3.7 | 4.53 | 8.86 | - |
| YUV | 53 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 83 | 0.78 | 0.22 | 0 | 0.67 | 196.62 | 0.64 | 0.2 |
| Hex | 12 | 41 | 53 | 4E | 16 | 0 | 43 | C5 | 40 | 14 |
| Octal | 22 | 101 | 123 | 116 | 26 | 0 | 103 | 305 | 100 | 24 |
| Binary | 10010 | 1000001 | 1010011 | 1001110 | 10110 | 0 | 1000011 | 11000101 | 1000000 | 10100 |
Color Harmonies of #124153
Complementary color
Monochromatic Colors of #124153
Black with #124153
Text Example
Text Example
White with #124153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124153; }
p { color: rgb(18,65,83); }
H1.HeaderClassName
{
color: #124153;
}
.AnyTagClassName
{
color: #124153;
}
</style>
background-color css
<style>
a { background-color: #124153; }
a { background-color: rgb(18,65,83); }
div.DivClassName
{
background-color: #124153;
}
.BgClassName
{
background-color: #124153;
}
</style>
border-color css
<style>
span { border-color: #124153; }
span { border-color: rgb(18,65,83); }
td.TdClassName
{
border-color: #124153;
}
.TagClassName
{
border-color: #124153;
}
</style>