Shades of Green Vogue #18404F
Tints of Green Vogue #18404F
RGB
CMYK
RGB Variations
Color information
#18404F (or 0x18404F) is known color: Green Vogue. HEX triplet: 18, 40 and 4F. RGB value is (24,64,79). Sum of RGB (Red+Green+Blue) = 24+64+79=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #18404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18404F is #E7BFB0. Grayscale: #353535. Windows color (decimal): -15187889 or 5193752. OLE color: 5193752.
HSL color Cylindrical-coordinate representation of color #18404F: hue angle of 196.36º 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 #18404F is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 64 | 79 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.69 |
| HSL | 196.36º | 0.53% | 0.2% | - |
| HSV(B) | 196.36º | 0.7% | 0.31% | - |
| XYZ | 3.62 | 4.43 | 8.06 | - |
| YUV | 53.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 79 | 0.70 | 0.19 | 0 | 0.69 | 196.36 | 0.53 | 0.2 |
| Hex | 18 | 40 | 4F | 46 | 13 | 0 | 45 | C4 | 35 | 14 |
| Octal | 30 | 100 | 117 | 106 | 23 | 0 | 105 | 304 | 65 | 24 |
| Binary | 11000 | 1000000 | 1001111 | 1000110 | 10011 | 0 | 1000101 | 11000100 | 110101 | 10100 |
Color Harmonies of #18404F
Complementary color
Monochromatic Colors of #18404F
Black with #18404F
Text Example
Text Example
White with #18404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18404F; }
p { color: rgb(24,64,79); }
H1.HeaderClassName
{
color: #18404F;
}
.AnyTagClassName
{
color: #18404F;
}
</style>
background-color css
<style>
a { background-color: #18404F; }
a { background-color: rgb(24,64,79); }
div.DivClassName
{
background-color: #18404F;
}
.BgClassName
{
background-color: #18404F;
}
</style>
border-color css
<style>
span { border-color: #18404F; }
span { border-color: rgb(24,64,79); }
td.TdClassName
{
border-color: #18404F;
}
.TagClassName
{
border-color: #18404F;
}
</style>