Shades of Green Vogue #103C4C
Tints of Green Vogue #103C4C
RGB
CMYK
RGB Variations
Color information
#103C4C (or 0x103C4C) is known color: Green Vogue. HEX triplet: 10, 3C and 4C. RGB value is (16,60,76). Sum of RGB (Red+Green+Blue) = 16+60+76=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #103C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C4C is #EFC3B3. Grayscale: #303030. Windows color (decimal): -15713204 or 4996112. OLE color: 4996112.
HSL color Cylindrical-coordinate representation of color #103C4C: hue angle of 196º 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 #103C4C is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 60 | 76 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.70 |
| HSL | 196º | 0.65% | 0.18% | - |
| HSV(B) | 196º | 0.79% | 0.3% | - |
| XYZ | 3.13 | 3.86 | 7.42 | - |
| YUV | 48.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 76 | 0.79 | 0.21 | 0 | 0.70 | 196 | 0.65 | 0.18 |
| Hex | 10 | 3C | 4C | 4F | 15 | 0 | 46 | C4 | 41 | 12 |
| Octal | 20 | 74 | 114 | 117 | 25 | 0 | 106 | 304 | 101 | 22 |
| Binary | 10000 | 111100 | 1001100 | 1001111 | 10101 | 0 | 1000110 | 11000100 | 1000001 | 10010 |
Color Harmonies of #103C4C
Complementary color
Monochromatic Colors of #103C4C
Black with #103C4C
Text Example
Text Example
White with #103C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C4C; }
p { color: rgb(16,60,76); }
H1.HeaderClassName
{
color: #103C4C;
}
.AnyTagClassName
{
color: #103C4C;
}
</style>
background-color css
<style>
a { background-color: #103C4C; }
a { background-color: rgb(16,60,76); }
div.DivClassName
{
background-color: #103C4C;
}
.BgClassName
{
background-color: #103C4C;
}
</style>
border-color css
<style>
span { border-color: #103C4C; }
span { border-color: rgb(16,60,76); }
td.TdClassName
{
border-color: #103C4C;
}
.TagClassName
{
border-color: #103C4C;
}
</style>