Shades of Green Vogue #103D50
Tints of Green Vogue #103D50
RGB
CMYK
RGB Variations
Color information
#103D50 (or 0x103D50) is known color: Green Vogue. HEX triplet: 10, 3D and 50. RGB value is (16,61,80). Sum of RGB (Red+Green+Blue) = 16+61+80=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #103D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D50 is #EFC2AF. Grayscale: #313131. Windows color (decimal): -15712944 or 5258512. OLE color: 5258512.
HSL color Cylindrical-coordinate representation of color #103D50: hue angle of 197.81º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103D50 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 61 | 80 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.69 |
| HSL | 197.81º | 0.67% | 0.19% | - |
| HSV(B) | 197.81º | 0.8% | 0.31% | - |
| XYZ | 3.33 | 4.03 | 8.19 | - |
| YUV | 49.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 80 | 0.80 | 0.24 | 0 | 0.69 | 197.81 | 0.67 | 0.19 |
| Hex | 10 | 3D | 50 | 50 | 18 | 0 | 45 | C6 | 43 | 13 |
| Octal | 20 | 75 | 120 | 120 | 30 | 0 | 105 | 306 | 103 | 23 |
| Binary | 10000 | 111101 | 1010000 | 1010000 | 11000 | 0 | 1000101 | 11000110 | 1000011 | 10011 |
Color Harmonies of #103D50
Complementary color
Monochromatic Colors of #103D50
Black with #103D50
Text Example
Text Example
White with #103D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D50; }
p { color: rgb(16,61,80); }
H1.HeaderClassName
{
color: #103D50;
}
.AnyTagClassName
{
color: #103D50;
}
</style>
background-color css
<style>
a { background-color: #103D50; }
a { background-color: rgb(16,61,80); }
div.DivClassName
{
background-color: #103D50;
}
.BgClassName
{
background-color: #103D50;
}
</style>
border-color css
<style>
span { border-color: #103D50; }
span { border-color: rgb(16,61,80); }
td.TdClassName
{
border-color: #103D50;
}
.TagClassName
{
border-color: #103D50;
}
</style>