Shades of Green Vogue #114352
Tints of Green Vogue #114352
RGB
CMYK
RGB Variations
Color information
#114352 (or 0x114352) is known color: Green Vogue. HEX triplet: 11, 43 and 52. RGB value is (17,67,82). Sum of RGB (Red+Green+Blue) = 17+67+82=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #114352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114352 is #EEBCAD. Grayscale: #353535. Windows color (decimal): -15645870 or 5391121. OLE color: 5391121.
HSL color Cylindrical-coordinate representation of color #114352: hue angle of 193.85º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114352 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 67 | 82 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.68 |
| HSL | 193.85º | 0.66% | 0.19% | - |
| HSV(B) | 193.85º | 0.79% | 0.32% | - |
| XYZ | 3.76 | 4.74 | 8.7 | - |
| YUV | 53.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 82 | 0.79 | 0.18 | 0 | 0.68 | 193.85 | 0.66 | 0.19 |
| Hex | 11 | 43 | 52 | 4F | 12 | 0 | 44 | C2 | 42 | 13 |
| Octal | 21 | 103 | 122 | 117 | 22 | 0 | 104 | 302 | 102 | 23 |
| Binary | 10001 | 1000011 | 1010010 | 1001111 | 10010 | 0 | 1000100 | 11000010 | 1000010 | 10011 |
Color Harmonies of #114352
Complementary color
Monochromatic Colors of #114352
Black with #114352
Text Example
Text Example
White with #114352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114352; }
p { color: rgb(17,67,82); }
H1.HeaderClassName
{
color: #114352;
}
.AnyTagClassName
{
color: #114352;
}
</style>
background-color css
<style>
a { background-color: #114352; }
a { background-color: rgb(17,67,82); }
div.DivClassName
{
background-color: #114352;
}
.BgClassName
{
background-color: #114352;
}
</style>
border-color css
<style>
span { border-color: #114352; }
span { border-color: rgb(17,67,82); }
td.TdClassName
{
border-color: #114352;
}
.TagClassName
{
border-color: #114352;
}
</style>