Shades of Green Vogue #103E4B
Tints of Green Vogue #103E4B
RGB
CMYK
RGB Variations
Color information
#103E4B (or 0x103E4B) is known color: Green Vogue. HEX triplet: 10, 3E and 4B. RGB value is (16,62,75). Sum of RGB (Red+Green+Blue) = 16+62+75=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #103E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E4B is #EFC1B4. Grayscale: #313131. Windows color (decimal): -15712693 or 4931088. OLE color: 4931088.
HSL color Cylindrical-coordinate representation of color #103E4B: hue angle of 193.22º 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 #103E4B is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 62 | 75 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.71 |
| HSL | 193.22º | 0.65% | 0.18% | - |
| HSV(B) | 193.22º | 0.79% | 0.29% | - |
| XYZ | 3.21 | 4.06 | 7.27 | - |
| YUV | 49.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 75 | 0.79 | 0.17 | 0 | 0.71 | 193.22 | 0.65 | 0.18 |
| Hex | 10 | 3E | 4B | 4F | 11 | 0 | 47 | C1 | 41 | 12 |
| Octal | 20 | 76 | 113 | 117 | 21 | 0 | 107 | 301 | 101 | 22 |
| Binary | 10000 | 111110 | 1001011 | 1001111 | 10001 | 0 | 1000111 | 11000001 | 1000001 | 10010 |
Color Harmonies of #103E4B
Complementary color
Monochromatic Colors of #103E4B
Black with #103E4B
Text Example
Text Example
White with #103E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E4B; }
p { color: rgb(16,62,75); }
H1.HeaderClassName
{
color: #103E4B;
}
.AnyTagClassName
{
color: #103E4B;
}
</style>
background-color css
<style>
a { background-color: #103E4B; }
a { background-color: rgb(16,62,75); }
div.DivClassName
{
background-color: #103E4B;
}
.BgClassName
{
background-color: #103E4B;
}
</style>
border-color css
<style>
span { border-color: #103E4B; }
span { border-color: rgb(16,62,75); }
td.TdClassName
{
border-color: #103E4B;
}
.TagClassName
{
border-color: #103E4B;
}
</style>