Shades of Green Vogue #0E4052
Tints of Green Vogue #0E4052
RGB
CMYK
RGB Variations
Color information
#0E4052 (or 0x0E4052) is known color: Green Vogue. HEX triplet: 0E, 40 and 52. RGB value is (14,64,82). Sum of RGB (Red+Green+Blue) = 14+64+82=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #0E4052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4052 is #F1BFAD. Grayscale: #323232. Windows color (decimal): -15843246 or 5390350. OLE color: 5390350.
HSL color Cylindrical-coordinate representation of color #0E4052: hue angle of 195.88º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E4052 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 64 | 82 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.68 |
| HSL | 195.88º | 0.71% | 0.19% | - |
| HSV(B) | 195.88º | 0.83% | 0.32% | - |
| XYZ | 3.54 | 4.37 | 8.64 | - |
| YUV | 51.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 82 | 0.83 | 0.22 | 0 | 0.68 | 195.88 | 0.71 | 0.19 |
| Hex | E | 40 | 52 | 53 | 16 | 0 | 44 | C4 | 47 | 13 |
| Octal | 16 | 100 | 122 | 123 | 26 | 0 | 104 | 304 | 107 | 23 |
| Binary | 1110 | 1000000 | 1010010 | 1010011 | 10110 | 0 | 1000100 | 11000100 | 1000111 | 10011 |
Color Harmonies of #0E4052
Complementary color
Monochromatic Colors of #0E4052
Black with #0E4052
Text Example
Text Example
White with #0E4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4052; }
p { color: rgb(14,64,82); }
H1.HeaderClassName
{
color: #0E4052;
}
.AnyTagClassName
{
color: #0E4052;
}
</style>
background-color css
<style>
a { background-color: #0E4052; }
a { background-color: rgb(14,64,82); }
div.DivClassName
{
background-color: #0E4052;
}
.BgClassName
{
background-color: #0E4052;
}
</style>
border-color css
<style>
span { border-color: #0E4052; }
span { border-color: rgb(14,64,82); }
td.TdClassName
{
border-color: #0E4052;
}
.TagClassName
{
border-color: #0E4052;
}
</style>