Shades of Green Vogue #183F50
Tints of Green Vogue #183F50
RGB
CMYK
RGB Variations
Color information
#183F50 (or 0x183F50) is known color: Green Vogue. HEX triplet: 18, 3F and 50. RGB value is (24,63,80). Sum of RGB (Red+Green+Blue) = 24+63+80=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #183F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F50 is #E7C0AF. Grayscale: #353535. Windows color (decimal): -15188144 or 5259032. OLE color: 5259032.
HSL color Cylindrical-coordinate representation of color #183F50: hue angle of 198.21º degrees, saturation: 0.54, 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 #183F50 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 63 | 80 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.69 |
| HSL | 198.21º | 0.54% | 0.2% | - |
| HSV(B) | 198.21º | 0.7% | 0.31% | - |
| XYZ | 3.6 | 4.33 | 8.24 | - |
| YUV | 53.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 80 | 0.70 | 0.21 | 0 | 0.69 | 198.21 | 0.54 | 0.2 |
| Hex | 18 | 3F | 50 | 46 | 15 | 0 | 45 | C6 | 36 | 14 |
| Octal | 30 | 77 | 120 | 106 | 25 | 0 | 105 | 306 | 66 | 24 |
| Binary | 11000 | 111111 | 1010000 | 1000110 | 10101 | 0 | 1000101 | 11000110 | 110110 | 10100 |
Color Harmonies of #183F50
Complementary color
Monochromatic Colors of #183F50
Black with #183F50
Text Example
Text Example
White with #183F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F50; }
p { color: rgb(24,63,80); }
H1.HeaderClassName
{
color: #183F50;
}
.AnyTagClassName
{
color: #183F50;
}
</style>
background-color css
<style>
a { background-color: #183F50; }
a { background-color: rgb(24,63,80); }
div.DivClassName
{
background-color: #183F50;
}
.BgClassName
{
background-color: #183F50;
}
</style>
border-color css
<style>
span { border-color: #183F50; }
span { border-color: rgb(24,63,80); }
td.TdClassName
{
border-color: #183F50;
}
.TagClassName
{
border-color: #183F50;
}
</style>