Shades of Green Vogue #183D50
Tints of Green Vogue #183D50
RGB
CMYK
RGB Variations
Color information
#183D50 (or 0x183D50) is known color: Green Vogue. HEX triplet: 18, 3D and 50. RGB value is (24,61,80). Sum of RGB (Red+Green+Blue) = 24+61+80=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #183D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D50 is #E7C2AF. Grayscale: #333333. Windows color (decimal): -15188656 or 5258520. OLE color: 5258520.
HSL color Cylindrical-coordinate representation of color #183D50: hue angle of 200.36º 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 #183D50 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 61 | 80 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.69 |
| HSL | 200.36º | 0.54% | 0.2% | - |
| HSV(B) | 200.36º | 0.7% | 0.31% | - |
| XYZ | 3.49 | 4.11 | 8.2 | - |
| YUV | 52.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 80 | 0.70 | 0.24 | 0 | 0.69 | 200.36 | 0.54 | 0.2 |
| Hex | 18 | 3D | 50 | 46 | 18 | 0 | 45 | C8 | 36 | 14 |
| Octal | 30 | 75 | 120 | 106 | 30 | 0 | 105 | 310 | 66 | 24 |
| Binary | 11000 | 111101 | 1010000 | 1000110 | 11000 | 0 | 1000101 | 11001000 | 110110 | 10100 |
Color Harmonies of #183D50
Complementary color
Monochromatic Colors of #183D50
Black with #183D50
Text Example
Text Example
White with #183D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D50; }
p { color: rgb(24,61,80); }
H1.HeaderClassName
{
color: #183D50;
}
.AnyTagClassName
{
color: #183D50;
}
</style>
background-color css
<style>
a { background-color: #183D50; }
a { background-color: rgb(24,61,80); }
div.DivClassName
{
background-color: #183D50;
}
.BgClassName
{
background-color: #183D50;
}
</style>
border-color css
<style>
span { border-color: #183D50; }
span { border-color: rgb(24,61,80); }
td.TdClassName
{
border-color: #183D50;
}
.TagClassName
{
border-color: #183D50;
}
</style>