Shades of Green Vogue #18414F
Tints of Green Vogue #18414F
RGB
CMYK
RGB Variations
Color information
#18414F (or 0x18414F) is known color: Green Vogue. HEX triplet: 18, 41 and 4F. RGB value is (24,65,79). Sum of RGB (Red+Green+Blue) = 24+65+79=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #18414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18414F is #E7BEB0. Grayscale: #363636. Windows color (decimal): -15187633 or 5194008. OLE color: 5194008.
HSL color Cylindrical-coordinate representation of color #18414F: hue angle of 195.27º 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 #18414F is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 65 | 79 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.69 |
| HSL | 195.27º | 0.53% | 0.2% | - |
| HSV(B) | 195.27º | 0.7% | 0.31% | - |
| XYZ | 3.68 | 4.54 | 8.08 | - |
| YUV | 54.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 79 | 0.70 | 0.18 | 0 | 0.69 | 195.27 | 0.53 | 0.2 |
| Hex | 18 | 41 | 4F | 46 | 12 | 0 | 45 | C3 | 35 | 14 |
| Octal | 30 | 101 | 117 | 106 | 22 | 0 | 105 | 303 | 65 | 24 |
| Binary | 11000 | 1000001 | 1001111 | 1000110 | 10010 | 0 | 1000101 | 11000011 | 110101 | 10100 |
Color Harmonies of #18414F
Complementary color
Monochromatic Colors of #18414F
Black with #18414F
Text Example
Text Example
White with #18414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18414F; }
p { color: rgb(24,65,79); }
H1.HeaderClassName
{
color: #18414F;
}
.AnyTagClassName
{
color: #18414F;
}
</style>
background-color css
<style>
a { background-color: #18414F; }
a { background-color: rgb(24,65,79); }
div.DivClassName
{
background-color: #18414F;
}
.BgClassName
{
background-color: #18414F;
}
</style>
border-color css
<style>
span { border-color: #18414F; }
span { border-color: rgb(24,65,79); }
td.TdClassName
{
border-color: #18414F;
}
.TagClassName
{
border-color: #18414F;
}
</style>