Shades of Green Vogue #103D4D
Tints of Green Vogue #103D4D
RGB
CMYK
RGB Variations
Color information
#103D4D (or 0x103D4D) is known color: Green Vogue. HEX triplet: 10, 3D and 4D. RGB value is (16,61,77). Sum of RGB (Red+Green+Blue) = 16+61+77=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #103D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D4D is #EFC2B2. Grayscale: #313131. Windows color (decimal): -15712947 or 5061904. OLE color: 5061904.
HSL color Cylindrical-coordinate representation of color #103D4D: hue angle of 195.74º degrees, saturation: 0.66, 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 #103D4D is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 61 | 77 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.70 |
| HSL | 195.74º | 0.66% | 0.18% | - |
| HSV(B) | 195.74º | 0.79% | 0.3% | - |
| XYZ | 3.22 | 3.98 | 7.62 | - |
| YUV | 49.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 77 | 0.79 | 0.21 | 0 | 0.70 | 195.74 | 0.66 | 0.18 |
| Hex | 10 | 3D | 4D | 4F | 15 | 0 | 46 | C4 | 42 | 12 |
| Octal | 20 | 75 | 115 | 117 | 25 | 0 | 106 | 304 | 102 | 22 |
| Binary | 10000 | 111101 | 1001101 | 1001111 | 10101 | 0 | 1000110 | 11000100 | 1000010 | 10010 |
Color Harmonies of #103D4D
Complementary color
Monochromatic Colors of #103D4D
Black with #103D4D
Text Example
Text Example
White with #103D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D4D; }
p { color: rgb(16,61,77); }
H1.HeaderClassName
{
color: #103D4D;
}
.AnyTagClassName
{
color: #103D4D;
}
</style>
background-color css
<style>
a { background-color: #103D4D; }
a { background-color: rgb(16,61,77); }
div.DivClassName
{
background-color: #103D4D;
}
.BgClassName
{
background-color: #103D4D;
}
</style>
border-color css
<style>
span { border-color: #103D4D; }
span { border-color: rgb(16,61,77); }
td.TdClassName
{
border-color: #103D4D;
}
.TagClassName
{
border-color: #103D4D;
}
</style>