Shades of Green Vogue #18424D
Tints of Green Vogue #18424D
RGB
CMYK
RGB Variations
Color information
#18424D (or 0x18424D) is known color: Green Vogue. HEX triplet: 18, 42 and 4D. RGB value is (24,66,77). Sum of RGB (Red+Green+Blue) = 24+66+77=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #18424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18424D is #E7BDB2. Grayscale: #363636. Windows color (decimal): -15187379 or 5063192. OLE color: 5063192.
HSL color Cylindrical-coordinate representation of color #18424D: hue angle of 192.45º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18424D is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 66 | 77 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.70 |
| HSL | 192.45º | 0.52% | 0.2% | - |
| HSV(B) | 192.45º | 0.69% | 0.3% | - |
| XYZ | 3.66 | 4.63 | 7.72 | - |
| YUV | 54.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 77 | 0.69 | 0.14 | 0 | 0.70 | 192.45 | 0.52 | 0.2 |
| Hex | 18 | 42 | 4D | 45 | E | 0 | 46 | C0 | 34 | 14 |
| Octal | 30 | 102 | 115 | 105 | 16 | 0 | 106 | 300 | 64 | 24 |
| Binary | 11000 | 1000010 | 1001101 | 1000101 | 1110 | 0 | 1000110 | 11000000 | 110100 | 10100 |
Color Harmonies of #18424D
Complementary color
Monochromatic Colors of #18424D
Black with #18424D
Text Example
Text Example
White with #18424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18424D; }
p { color: rgb(24,66,77); }
H1.HeaderClassName
{
color: #18424D;
}
.AnyTagClassName
{
color: #18424D;
}
</style>
background-color css
<style>
a { background-color: #18424D; }
a { background-color: rgb(24,66,77); }
div.DivClassName
{
background-color: #18424D;
}
.BgClassName
{
background-color: #18424D;
}
</style>
border-color css
<style>
span { border-color: #18424D; }
span { border-color: rgb(24,66,77); }
td.TdClassName
{
border-color: #18424D;
}
.TagClassName
{
border-color: #18424D;
}
</style>