Shades of Green Vogue #103D4E
Tints of Green Vogue #103D4E
RGB
CMYK
RGB Variations
Color information
#103D4E (or 0x103D4E) is known color: Green Vogue. HEX triplet: 10, 3D and 4E. RGB value is (16,61,78). Sum of RGB (Red+Green+Blue) = 16+61+78=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #103D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D4E is #EFC2B1. Grayscale: #313131. Windows color (decimal): -15712946 or 5127440. OLE color: 5127440.
HSL color Cylindrical-coordinate representation of color #103D4E: hue angle of 196.45º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #103D4E is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 61 | 78 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.69 |
| HSL | 196.45º | 0.66% | 0.18% | - |
| HSV(B) | 196.45º | 0.79% | 0.31% | - |
| XYZ | 3.26 | 4 | 7.81 | - |
| YUV | 49.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 78 | 0.79 | 0.22 | 0 | 0.69 | 196.45 | 0.66 | 0.18 |
| Hex | 10 | 3D | 4E | 4F | 16 | 0 | 45 | C4 | 42 | 12 |
| Octal | 20 | 75 | 116 | 117 | 26 | 0 | 105 | 304 | 102 | 22 |
| Binary | 10000 | 111101 | 1001110 | 1001111 | 10110 | 0 | 1000101 | 11000100 | 1000010 | 10010 |
Color Harmonies of #103D4E
Complementary color
Monochromatic Colors of #103D4E
Black with #103D4E
Text Example
Text Example
White with #103D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D4E; }
p { color: rgb(16,61,78); }
H1.HeaderClassName
{
color: #103D4E;
}
.AnyTagClassName
{
color: #103D4E;
}
</style>
background-color css
<style>
a { background-color: #103D4E; }
a { background-color: rgb(16,61,78); }
div.DivClassName
{
background-color: #103D4E;
}
.BgClassName
{
background-color: #103D4E;
}
</style>
border-color css
<style>
span { border-color: #103D4E; }
span { border-color: rgb(16,61,78); }
td.TdClassName
{
border-color: #103D4E;
}
.TagClassName
{
border-color: #103D4E;
}
</style>