Shades of Green Vogue #103D4A
Tints of Green Vogue #103D4A
RGB
CMYK
RGB Variations
Color information
#103D4A (or 0x103D4A) is known color: Green Vogue. HEX triplet: 10, 3D and 4A. RGB value is (16,61,74). Sum of RGB (Red+Green+Blue) = 16+61+74=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #103D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D4A is #EFC2B5. Grayscale: #303030. Windows color (decimal): -15712950 or 4865296. OLE color: 4865296.
HSL color Cylindrical-coordinate representation of color #103D4A: hue angle of 193.45º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #103D4A is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 61 | 74 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.71 |
| HSL | 193.45º | 0.64% | 0.18% | - |
| HSV(B) | 193.45º | 0.78% | 0.29% | - |
| XYZ | 3.12 | 3.94 | 7.08 | - |
| YUV | 49.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 74 | 0.78 | 0.18 | 0 | 0.71 | 193.45 | 0.64 | 0.18 |
| Hex | 10 | 3D | 4A | 4E | 12 | 0 | 47 | C1 | 40 | 12 |
| Octal | 20 | 75 | 112 | 116 | 22 | 0 | 107 | 301 | 100 | 22 |
| Binary | 10000 | 111101 | 1001010 | 1001110 | 10010 | 0 | 1000111 | 11000001 | 1000000 | 10010 |
Color Harmonies of #103D4A
Complementary color
Monochromatic Colors of #103D4A
Black with #103D4A
Text Example
Text Example
White with #103D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D4A; }
p { color: rgb(16,61,74); }
H1.HeaderClassName
{
color: #103D4A;
}
.AnyTagClassName
{
color: #103D4A;
}
</style>
background-color css
<style>
a { background-color: #103D4A; }
a { background-color: rgb(16,61,74); }
div.DivClassName
{
background-color: #103D4A;
}
.BgClassName
{
background-color: #103D4A;
}
</style>
border-color css
<style>
span { border-color: #103D4A; }
span { border-color: rgb(16,61,74); }
td.TdClassName
{
border-color: #103D4A;
}
.TagClassName
{
border-color: #103D4A;
}
</style>