Shades of Green Vogue #104353
Tints of Green Vogue #104353
RGB
CMYK
RGB Variations
Color information
#104353 (or 0x104353) is known color: Green Vogue. HEX triplet: 10, 43 and 53. RGB value is (16,67,83). Sum of RGB (Red+Green+Blue) = 16+67+83=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #104353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104353 is #EFBCAC. Grayscale: #353535. Windows color (decimal): -15711405 or 5456656. OLE color: 5456656.
HSL color Cylindrical-coordinate representation of color #104353: hue angle of 194.33º 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 #104353 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 67 | 83 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.67 |
| HSL | 194.33º | 0.68% | 0.19% | - |
| HSV(B) | 194.33º | 0.81% | 0.33% | - |
| XYZ | 3.78 | 4.75 | 8.9 | - |
| YUV | 53.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 83 | 0.81 | 0.19 | 0 | 0.67 | 194.33 | 0.68 | 0.19 |
| Hex | 10 | 43 | 53 | 51 | 13 | 0 | 43 | C2 | 44 | 13 |
| Octal | 20 | 103 | 123 | 121 | 23 | 0 | 103 | 302 | 104 | 23 |
| Binary | 10000 | 1000011 | 1010011 | 1010001 | 10011 | 0 | 1000011 | 11000010 | 1000100 | 10011 |
Color Harmonies of #104353
Complementary color
Monochromatic Colors of #104353
Black with #104353
Text Example
Text Example
White with #104353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104353; }
p { color: rgb(16,67,83); }
H1.HeaderClassName
{
color: #104353;
}
.AnyTagClassName
{
color: #104353;
}
</style>
background-color css
<style>
a { background-color: #104353; }
a { background-color: rgb(16,67,83); }
div.DivClassName
{
background-color: #104353;
}
.BgClassName
{
background-color: #104353;
}
</style>
border-color css
<style>
span { border-color: #104353; }
span { border-color: rgb(16,67,83); }
td.TdClassName
{
border-color: #104353;
}
.TagClassName
{
border-color: #104353;
}
</style>