Shades of Green Vogue #18424B
Tints of Green Vogue #18424B
RGB
CMYK
RGB Variations
Color information
#18424B (or 0x18424B) is known color: Green Vogue. HEX triplet: 18, 42 and 4B. RGB value is (24,66,75). Sum of RGB (Red+Green+Blue) = 24+66+75=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #18424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18424B is #E7BDB4. Grayscale: #363636. Windows color (decimal): -15187381 or 4932120. OLE color: 4932120.
HSL color Cylindrical-coordinate representation of color #18424B: hue angle of 190.59º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18424B is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 66 | 75 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.71 |
| HSL | 190.59º | 0.52% | 0.19% | - |
| HSV(B) | 190.59º | 0.68% | 0.29% | - |
| XYZ | 3.59 | 4.6 | 7.35 | - |
| YUV | 54.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 75 | 0.68 | 0.12 | 0 | 0.71 | 190.59 | 0.52 | 0.19 |
| Hex | 18 | 42 | 4B | 44 | C | 0 | 47 | BF | 34 | 13 |
| Octal | 30 | 102 | 113 | 104 | 14 | 0 | 107 | 277 | 64 | 23 |
| Binary | 11000 | 1000010 | 1001011 | 1000100 | 1100 | 0 | 1000111 | 10111111 | 110100 | 10011 |
Color Harmonies of #18424B
Complementary color
Monochromatic Colors of #18424B
Black with #18424B
Text Example
Text Example
White with #18424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18424B; }
p { color: rgb(24,66,75); }
H1.HeaderClassName
{
color: #18424B;
}
.AnyTagClassName
{
color: #18424B;
}
</style>
background-color css
<style>
a { background-color: #18424B; }
a { background-color: rgb(24,66,75); }
div.DivClassName
{
background-color: #18424B;
}
.BgClassName
{
background-color: #18424B;
}
</style>
border-color css
<style>
span { border-color: #18424B; }
span { border-color: rgb(24,66,75); }
td.TdClassName
{
border-color: #18424B;
}
.TagClassName
{
border-color: #18424B;
}
</style>