Shades of Green Vogue #18414E
Tints of Green Vogue #18414E
RGB
CMYK
RGB Variations
Color information
#18414E (or 0x18414E) is known color: Green Vogue. HEX triplet: 18, 41 and 4E. RGB value is (24,65,78). Sum of RGB (Red+Green+Blue) = 24+65+78=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #18414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18414E is #E7BEB1. Grayscale: #363636. Windows color (decimal): -15187634 or 5128472. OLE color: 5128472.
HSL color Cylindrical-coordinate representation of color #18414E: hue angle of 194.44º 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 #18414E is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 65 | 78 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.69 |
| HSL | 194.44º | 0.53% | 0.2% | - |
| HSV(B) | 194.44º | 0.69% | 0.31% | - |
| XYZ | 3.64 | 4.52 | 7.89 | - |
| YUV | 54.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 78 | 0.69 | 0.17 | 0 | 0.69 | 194.44 | 0.53 | 0.2 |
| Hex | 18 | 41 | 4E | 45 | 11 | 0 | 45 | C2 | 35 | 14 |
| Octal | 30 | 101 | 116 | 105 | 21 | 0 | 105 | 302 | 65 | 24 |
| Binary | 11000 | 1000001 | 1001110 | 1000101 | 10001 | 0 | 1000101 | 11000010 | 110101 | 10100 |
Color Harmonies of #18414E
Complementary color
Monochromatic Colors of #18414E
Black with #18414E
Text Example
Text Example
White with #18414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18414E; }
p { color: rgb(24,65,78); }
H1.HeaderClassName
{
color: #18414E;
}
.AnyTagClassName
{
color: #18414E;
}
</style>
background-color css
<style>
a { background-color: #18414E; }
a { background-color: rgb(24,65,78); }
div.DivClassName
{
background-color: #18414E;
}
.BgClassName
{
background-color: #18414E;
}
</style>
border-color css
<style>
span { border-color: #18414E; }
span { border-color: rgb(24,65,78); }
td.TdClassName
{
border-color: #18414E;
}
.TagClassName
{
border-color: #18414E;
}
</style>