Shades of Green Vogue #0F4153
Tints of Green Vogue #0F4153
RGB
CMYK
RGB Variations
Color information
#0F4153 (or 0x0F4153) is known color: Green Vogue. HEX triplet: 0F, 41 and 53. RGB value is (15,65,83). Sum of RGB (Red+Green+Blue) = 15+65+83=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F4153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4153 is #F0BEAC. Grayscale: #333333. Windows color (decimal): -15777453 or 5456143. OLE color: 5456143.
HSL color Cylindrical-coordinate representation of color #0F4153: hue angle of 195.88º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4153 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 65 | 83 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.67 |
| HSL | 195.88º | 0.69% | 0.19% | - |
| HSV(B) | 195.88º | 0.82% | 0.33% | - |
| XYZ | 3.65 | 4.51 | 8.86 | - |
| YUV | 52.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 83 | 0.82 | 0.22 | 0 | 0.67 | 195.88 | 0.69 | 0.19 |
| Hex | F | 41 | 53 | 52 | 16 | 0 | 43 | C4 | 45 | 13 |
| Octal | 17 | 101 | 123 | 122 | 26 | 0 | 103 | 304 | 105 | 23 |
| Binary | 1111 | 1000001 | 1010011 | 1010010 | 10110 | 0 | 1000011 | 11000100 | 1000101 | 10011 |
Color Harmonies of #0F4153
Complementary color
Monochromatic Colors of #0F4153
Black with #0F4153
Text Example
Text Example
White with #0F4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4153; }
p { color: rgb(15,65,83); }
H1.HeaderClassName
{
color: #0F4153;
}
.AnyTagClassName
{
color: #0F4153;
}
</style>
background-color css
<style>
a { background-color: #0F4153; }
a { background-color: rgb(15,65,83); }
div.DivClassName
{
background-color: #0F4153;
}
.BgClassName
{
background-color: #0F4153;
}
</style>
border-color css
<style>
span { border-color: #0F4153; }
span { border-color: rgb(15,65,83); }
td.TdClassName
{
border-color: #0F4153;
}
.TagClassName
{
border-color: #0F4153;
}
</style>