Shades of Green Vogue #18404E
Tints of Green Vogue #18404E
RGB
CMYK
RGB Variations
Color information
#18404E (or 0x18404E) is known color: Green Vogue. HEX triplet: 18, 40 and 4E. RGB value is (24,64,78). Sum of RGB (Red+Green+Blue) = 24+64+78=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #18404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18404E is #E7BFB1. Grayscale: #353535. Windows color (decimal): -15187890 or 5128216. OLE color: 5128216.
HSL color Cylindrical-coordinate representation of color #18404E: hue angle of 195.56º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18404E is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 64 | 78 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.69 |
| HSL | 195.56º | 0.53% | 0.2% | - |
| HSV(B) | 195.56º | 0.69% | 0.31% | - |
| XYZ | 3.59 | 4.41 | 7.87 | - |
| YUV | 53.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 78 | 0.69 | 0.18 | 0 | 0.69 | 195.56 | 0.53 | 0.2 |
| Hex | 18 | 40 | 4E | 45 | 12 | 0 | 45 | C4 | 35 | 14 |
| Octal | 30 | 100 | 116 | 105 | 22 | 0 | 105 | 304 | 65 | 24 |
| Binary | 11000 | 1000000 | 1001110 | 1000101 | 10010 | 0 | 1000101 | 11000100 | 110101 | 10100 |
Color Harmonies of #18404E
Complementary color
Monochromatic Colors of #18404E
Black with #18404E
Text Example
Text Example
White with #18404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18404E; }
p { color: rgb(24,64,78); }
H1.HeaderClassName
{
color: #18404E;
}
.AnyTagClassName
{
color: #18404E;
}
</style>
background-color css
<style>
a { background-color: #18404E; }
a { background-color: rgb(24,64,78); }
div.DivClassName
{
background-color: #18404E;
}
.BgClassName
{
background-color: #18404E;
}
</style>
border-color css
<style>
span { border-color: #18404E; }
span { border-color: rgb(24,64,78); }
td.TdClassName
{
border-color: #18404E;
}
.TagClassName
{
border-color: #18404E;
}
</style>