Shades of Green Vogue #103C4A
Tints of Green Vogue #103C4A
RGB
CMYK
RGB Variations
Color information
#103C4A (or 0x103C4A) is known color: Green Vogue. HEX triplet: 10, 3C and 4A. RGB value is (16,60,74). Sum of RGB (Red+Green+Blue) = 16+60+74=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #103C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C4A is #EFC3B5. Grayscale: #303030. Windows color (decimal): -15713206 or 4865040. OLE color: 4865040.
HSL color Cylindrical-coordinate representation of color #103C4A: hue angle of 194.48º 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 #103C4A is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 60 | 74 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.71 |
| HSL | 194.48º | 0.64% | 0.18% | - |
| HSV(B) | 194.48º | 0.78% | 0.29% | - |
| XYZ | 3.07 | 3.84 | 7.06 | - |
| YUV | 48.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 74 | 0.78 | 0.19 | 0 | 0.71 | 194.48 | 0.64 | 0.18 |
| Hex | 10 | 3C | 4A | 4E | 13 | 0 | 47 | C2 | 40 | 12 |
| Octal | 20 | 74 | 112 | 116 | 23 | 0 | 107 | 302 | 100 | 22 |
| Binary | 10000 | 111100 | 1001010 | 1001110 | 10011 | 0 | 1000111 | 11000010 | 1000000 | 10010 |
Color Harmonies of #103C4A
Complementary color
Monochromatic Colors of #103C4A
Black with #103C4A
Text Example
Text Example
White with #103C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C4A; }
p { color: rgb(16,60,74); }
H1.HeaderClassName
{
color: #103C4A;
}
.AnyTagClassName
{
color: #103C4A;
}
</style>
background-color css
<style>
a { background-color: #103C4A; }
a { background-color: rgb(16,60,74); }
div.DivClassName
{
background-color: #103C4A;
}
.BgClassName
{
background-color: #103C4A;
}
</style>
border-color css
<style>
span { border-color: #103C4A; }
span { border-color: rgb(16,60,74); }
td.TdClassName
{
border-color: #103C4A;
}
.TagClassName
{
border-color: #103C4A;
}
</style>