Shades of Green Vogue #18444F
Tints of Green Vogue #18444F
RGB
CMYK
RGB Variations
Color information
#18444F (or 0x18444F) is known color: Green Vogue. HEX triplet: 18, 44 and 4F. RGB value is (24,68,79). Sum of RGB (Red+Green+Blue) = 24+68+79=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #18444F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18444F is #E7BBB0. Grayscale: #383838. Windows color (decimal): -15186865 or 5194776. OLE color: 5194776.
HSL color Cylindrical-coordinate representation of color #18444F: hue angle of 192º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18444F is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 68 | 79 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.69 |
| HSL | 192º | 0.53% | 0.2% | - |
| HSV(B) | 192º | 0.7% | 0.31% | - |
| XYZ | 3.86 | 4.89 | 8.14 | - |
| YUV | 56.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 79 | 0.70 | 0.14 | 0 | 0.69 | 192 | 0.53 | 0.2 |
| Hex | 18 | 44 | 4F | 46 | E | 0 | 45 | C0 | 35 | 14 |
| Octal | 30 | 104 | 117 | 106 | 16 | 0 | 105 | 300 | 65 | 24 |
| Binary | 11000 | 1000100 | 1001111 | 1000110 | 1110 | 0 | 1000101 | 11000000 | 110101 | 10100 |
Color Harmonies of #18444F
Complementary color
Monochromatic Colors of #18444F
Black with #18444F
Text Example
Text Example
White with #18444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18444F; }
p { color: rgb(24,68,79); }
H1.HeaderClassName
{
color: #18444F;
}
.AnyTagClassName
{
color: #18444F;
}
</style>
background-color css
<style>
a { background-color: #18444F; }
a { background-color: rgb(24,68,79); }
div.DivClassName
{
background-color: #18444F;
}
.BgClassName
{
background-color: #18444F;
}
</style>
border-color css
<style>
span { border-color: #18444F; }
span { border-color: rgb(24,68,79); }
td.TdClassName
{
border-color: #18444F;
}
.TagClassName
{
border-color: #18444F;
}
</style>