Shades of Green Vogue #18434D
Tints of Green Vogue #18434D
RGB
CMYK
RGB Variations
Color information
#18434D (or 0x18434D) is known color: Green Vogue. HEX triplet: 18, 43 and 4D. RGB value is (24,67,77). Sum of RGB (Red+Green+Blue) = 24+67+77=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #18434D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18434D is #E7BCB2. Grayscale: #373737. Windows color (decimal): -15187123 or 5063448. OLE color: 5063448.
HSL color Cylindrical-coordinate representation of color #18434D: hue angle of 191.32º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18434D is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 67 | 77 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.70 |
| HSL | 191.32º | 0.52% | 0.2% | - |
| HSV(B) | 191.32º | 0.69% | 0.3% | - |
| XYZ | 3.72 | 4.74 | 7.74 | - |
| YUV | 55.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 77 | 0.69 | 0.13 | 0 | 0.70 | 191.32 | 0.52 | 0.2 |
| Hex | 18 | 43 | 4D | 45 | D | 0 | 46 | BF | 34 | 14 |
| Octal | 30 | 103 | 115 | 105 | 15 | 0 | 106 | 277 | 64 | 24 |
| Binary | 11000 | 1000011 | 1001101 | 1000101 | 1101 | 0 | 1000110 | 10111111 | 110100 | 10100 |
Color Harmonies of #18434D
Complementary color
Monochromatic Colors of #18434D
Black with #18434D
Text Example
Text Example
White with #18434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18434D; }
p { color: rgb(24,67,77); }
H1.HeaderClassName
{
color: #18434D;
}
.AnyTagClassName
{
color: #18434D;
}
</style>
background-color css
<style>
a { background-color: #18434D; }
a { background-color: rgb(24,67,77); }
div.DivClassName
{
background-color: #18434D;
}
.BgClassName
{
background-color: #18434D;
}
</style>
border-color css
<style>
span { border-color: #18434D; }
span { border-color: rgb(24,67,77); }
td.TdClassName
{
border-color: #18434D;
}
.TagClassName
{
border-color: #18434D;
}
</style>