Shades of Green Vogue #103E4C
Tints of Green Vogue #103E4C
RGB
CMYK
RGB Variations
Color information
#103E4C (or 0x103E4C) is known color: Green Vogue. HEX triplet: 10, 3E and 4C. RGB value is (16,62,76). Sum of RGB (Red+Green+Blue) = 16+62+76=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #103E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E4C is #EFC1B3. Grayscale: #313131. Windows color (decimal): -15712692 or 4996624. OLE color: 4996624.
HSL color Cylindrical-coordinate representation of color #103E4C: hue angle of 194º 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 #103E4C is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 62 | 76 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.70 |
| HSL | 194º | 0.65% | 0.18% | - |
| HSV(B) | 194º | 0.79% | 0.3% | - |
| XYZ | 3.24 | 4.08 | 7.45 | - |
| YUV | 49.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 76 | 0.79 | 0.18 | 0 | 0.70 | 194 | 0.65 | 0.18 |
| Hex | 10 | 3E | 4C | 4F | 12 | 0 | 46 | C2 | 41 | 12 |
| Octal | 20 | 76 | 114 | 117 | 22 | 0 | 106 | 302 | 101 | 22 |
| Binary | 10000 | 111110 | 1001100 | 1001111 | 10010 | 0 | 1000110 | 11000010 | 1000001 | 10010 |
Color Harmonies of #103E4C
Complementary color
Monochromatic Colors of #103E4C
Black with #103E4C
Text Example
Text Example
White with #103E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E4C; }
p { color: rgb(16,62,76); }
H1.HeaderClassName
{
color: #103E4C;
}
.AnyTagClassName
{
color: #103E4C;
}
</style>
background-color css
<style>
a { background-color: #103E4C; }
a { background-color: rgb(16,62,76); }
div.DivClassName
{
background-color: #103E4C;
}
.BgClassName
{
background-color: #103E4C;
}
</style>
border-color css
<style>
span { border-color: #103E4C; }
span { border-color: rgb(16,62,76); }
td.TdClassName
{
border-color: #103E4C;
}
.TagClassName
{
border-color: #103E4C;
}
</style>