Shades of Green Vogue #104453
Tints of Green Vogue #104453
RGB
CMYK
RGB Variations
Color information
#104453 (or 0x104453) is known color: Green Vogue. HEX triplet: 10, 44 and 53. RGB value is (16,68,83). Sum of RGB (Red+Green+Blue) = 16+68+83=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #104453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104453 is #EFBBAC. Grayscale: #363636. Windows color (decimal): -15711149 or 5456912. OLE color: 5456912.
HSL color Cylindrical-coordinate representation of color #104453: hue angle of 193.43º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104453 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 68 | 83 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.67 |
| HSL | 193.43º | 0.68% | 0.19% | - |
| HSV(B) | 193.43º | 0.81% | 0.33% | - |
| XYZ | 3.84 | 4.87 | 8.92 | - |
| YUV | 54.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 83 | 0.81 | 0.18 | 0 | 0.67 | 193.43 | 0.68 | 0.19 |
| Hex | 10 | 44 | 53 | 51 | 12 | 0 | 43 | C1 | 44 | 13 |
| Octal | 20 | 104 | 123 | 121 | 22 | 0 | 103 | 301 | 104 | 23 |
| Binary | 10000 | 1000100 | 1010011 | 1010001 | 10010 | 0 | 1000011 | 11000001 | 1000100 | 10011 |
Color Harmonies of #104453
Complementary color
Monochromatic Colors of #104453
Black with #104453
Text Example
Text Example
White with #104453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104453; }
p { color: rgb(16,68,83); }
H1.HeaderClassName
{
color: #104453;
}
.AnyTagClassName
{
color: #104453;
}
</style>
background-color css
<style>
a { background-color: #104453; }
a { background-color: rgb(16,68,83); }
div.DivClassName
{
background-color: #104453;
}
.BgClassName
{
background-color: #104453;
}
</style>
border-color css
<style>
span { border-color: #104453; }
span { border-color: rgb(16,68,83); }
td.TdClassName
{
border-color: #104453;
}
.TagClassName
{
border-color: #104453;
}
</style>