Shades of Green Vogue #103D4B
Tints of Green Vogue #103D4B
RGB
CMYK
RGB Variations
Color information
#103D4B (or 0x103D4B) is known color: Green Vogue. HEX triplet: 10, 3D and 4B. RGB value is (16,61,75). Sum of RGB (Red+Green+Blue) = 16+61+75=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #103D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D4B is #EFC2B4. Grayscale: #313131. Windows color (decimal): -15712949 or 4930832. OLE color: 4930832.
HSL color Cylindrical-coordinate representation of color #103D4B: hue angle of 194.24º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #103D4B is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 61 | 75 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.71 |
| HSL | 194.24º | 0.65% | 0.18% | - |
| HSV(B) | 194.24º | 0.79% | 0.29% | - |
| XYZ | 3.15 | 3.96 | 7.25 | - |
| YUV | 49.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 75 | 0.79 | 0.19 | 0 | 0.71 | 194.24 | 0.65 | 0.18 |
| Hex | 10 | 3D | 4B | 4F | 13 | 0 | 47 | C2 | 41 | 12 |
| Octal | 20 | 75 | 113 | 117 | 23 | 0 | 107 | 302 | 101 | 22 |
| Binary | 10000 | 111101 | 1001011 | 1001111 | 10011 | 0 | 1000111 | 11000010 | 1000001 | 10010 |
Color Harmonies of #103D4B
Complementary color
Monochromatic Colors of #103D4B
Black with #103D4B
Text Example
Text Example
White with #103D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D4B; }
p { color: rgb(16,61,75); }
H1.HeaderClassName
{
color: #103D4B;
}
.AnyTagClassName
{
color: #103D4B;
}
</style>
background-color css
<style>
a { background-color: #103D4B; }
a { background-color: rgb(16,61,75); }
div.DivClassName
{
background-color: #103D4B;
}
.BgClassName
{
background-color: #103D4B;
}
</style>
border-color css
<style>
span { border-color: #103D4B; }
span { border-color: rgb(16,61,75); }
td.TdClassName
{
border-color: #103D4B;
}
.TagClassName
{
border-color: #103D4B;
}
</style>