Shades of Green Vogue #103F4C
Tints of Green Vogue #103F4C
RGB
CMYK
RGB Variations
Color information
#103F4C (or 0x103F4C) is known color: Green Vogue. HEX triplet: 10, 3F and 4C. RGB value is (16,63,76). Sum of RGB (Red+Green+Blue) = 16+63+76=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #103F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F4C is #EFC0B3. Grayscale: #323232. Windows color (decimal): -15712436 or 4996880. OLE color: 4996880.
HSL color Cylindrical-coordinate representation of color #103F4C: hue angle of 193º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #103F4C is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 63 | 76 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.70 |
| HSL | 193º | 0.65% | 0.18% | - |
| HSV(B) | 193º | 0.79% | 0.3% | - |
| XYZ | 3.3 | 4.19 | 7.47 | - |
| YUV | 50.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 76 | 0.79 | 0.17 | 0 | 0.70 | 193 | 0.65 | 0.18 |
| Hex | 10 | 3F | 4C | 4F | 11 | 0 | 46 | C1 | 41 | 12 |
| Octal | 20 | 77 | 114 | 117 | 21 | 0 | 106 | 301 | 101 | 22 |
| Binary | 10000 | 111111 | 1001100 | 1001111 | 10001 | 0 | 1000110 | 11000001 | 1000001 | 10010 |
Color Harmonies of #103F4C
Complementary color
Monochromatic Colors of #103F4C
Black with #103F4C
Text Example
Text Example
White with #103F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F4C; }
p { color: rgb(16,63,76); }
H1.HeaderClassName
{
color: #103F4C;
}
.AnyTagClassName
{
color: #103F4C;
}
</style>
background-color css
<style>
a { background-color: #103F4C; }
a { background-color: rgb(16,63,76); }
div.DivClassName
{
background-color: #103F4C;
}
.BgClassName
{
background-color: #103F4C;
}
</style>
border-color css
<style>
span { border-color: #103F4C; }
span { border-color: rgb(16,63,76); }
td.TdClassName
{
border-color: #103F4C;
}
.TagClassName
{
border-color: #103F4C;
}
</style>