Shades of Green Vogue #18414C
Tints of Green Vogue #18414C
RGB
CMYK
RGB Variations
Color information
#18414C (or 0x18414C) is known color: Green Vogue. HEX triplet: 18, 41 and 4C. RGB value is (24,65,76). Sum of RGB (Red+Green+Blue) = 24+65+76=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #18414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18414C is #E7BEB3. Grayscale: #353535. Windows color (decimal): -15187636 or 4997400. OLE color: 4997400.
HSL color Cylindrical-coordinate representation of color #18414C: hue angle of 192.69º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18414C is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 65 | 76 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.70 |
| HSL | 192.69º | 0.52% | 0.2% | - |
| HSV(B) | 192.69º | 0.68% | 0.3% | - |
| XYZ | 3.57 | 4.5 | 7.52 | - |
| YUV | 54 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 76 | 0.68 | 0.14 | 0 | 0.70 | 192.69 | 0.52 | 0.2 |
| Hex | 18 | 41 | 4C | 44 | E | 0 | 46 | C1 | 34 | 14 |
| Octal | 30 | 101 | 114 | 104 | 16 | 0 | 106 | 301 | 64 | 24 |
| Binary | 11000 | 1000001 | 1001100 | 1000100 | 1110 | 0 | 1000110 | 11000001 | 110100 | 10100 |
Color Harmonies of #18414C
Complementary color
Monochromatic Colors of #18414C
Black with #18414C
Text Example
Text Example
White with #18414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18414C; }
p { color: rgb(24,65,76); }
H1.HeaderClassName
{
color: #18414C;
}
.AnyTagClassName
{
color: #18414C;
}
</style>
background-color css
<style>
a { background-color: #18414C; }
a { background-color: rgb(24,65,76); }
div.DivClassName
{
background-color: #18414C;
}
.BgClassName
{
background-color: #18414C;
}
</style>
border-color css
<style>
span { border-color: #18414C; }
span { border-color: rgb(24,65,76); }
td.TdClassName
{
border-color: #18414C;
}
.TagClassName
{
border-color: #18414C;
}
</style>