Shades of Green Vogue #103B4A
Tints of Green Vogue #103B4A
RGB
CMYK
RGB Variations
Color information
#103B4A (or 0x103B4A) is known color: Green Vogue. HEX triplet: 10, 3B and 4A. RGB value is (16,59,74). Sum of RGB (Red+Green+Blue) = 16+59+74=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #103B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B4A is #EFC4B5. Grayscale: #2F2F2F. Windows color (decimal): -15713462 or 4864784. OLE color: 4864784.
HSL color Cylindrical-coordinate representation of color #103B4A: hue angle of 195.52º 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 #103B4A is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 59 | 74 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.71 |
| HSL | 195.52º | 0.64% | 0.18% | - |
| HSV(B) | 195.52º | 0.78% | 0.29% | - |
| XYZ | 3.01 | 3.73 | 7.04 | - |
| YUV | 47.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 74 | 0.78 | 0.20 | 0 | 0.71 | 195.52 | 0.64 | 0.18 |
| Hex | 10 | 3B | 4A | 4E | 14 | 0 | 47 | C4 | 40 | 12 |
| Octal | 20 | 73 | 112 | 116 | 24 | 0 | 107 | 304 | 100 | 22 |
| Binary | 10000 | 111011 | 1001010 | 1001110 | 10100 | 0 | 1000111 | 11000100 | 1000000 | 10010 |
Color Harmonies of #103B4A
Complementary color
Monochromatic Colors of #103B4A
Black with #103B4A
Text Example
Text Example
White with #103B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B4A; }
p { color: rgb(16,59,74); }
H1.HeaderClassName
{
color: #103B4A;
}
.AnyTagClassName
{
color: #103B4A;
}
</style>
background-color css
<style>
a { background-color: #103B4A; }
a { background-color: rgb(16,59,74); }
div.DivClassName
{
background-color: #103B4A;
}
.BgClassName
{
background-color: #103B4A;
}
</style>
border-color css
<style>
span { border-color: #103B4A; }
span { border-color: rgb(16,59,74); }
td.TdClassName
{
border-color: #103B4A;
}
.TagClassName
{
border-color: #103B4A;
}
</style>