Shades of Green Vogue #24404C
Tints of Green Vogue #24404C
RGB
CMYK
RGB Variations
Color information
#24404C (or 0x24404C) is known color: Green Vogue. HEX triplet: 24, 40 and 4C. RGB value is (36,64,76). Sum of RGB (Red+Green+Blue) = 36+64+76=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #24404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24404C is #DBBFB3. Grayscale: #383838. Windows color (decimal): -14401460 or 4997156. OLE color: 4997156.
HSL color Cylindrical-coordinate representation of color #24404C: hue angle of 198º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24404C is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 64 | 76 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.70 |
| HSL | 198º | 0.36% | 0.22% | - |
| HSV(B) | 198º | 0.53% | 0.3% | - |
| XYZ | 3.87 | 4.56 | 7.51 | - |
| YUV | 57 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 76 | 0.53 | 0.16 | 0 | 0.70 | 198 | 0.36 | 0.22 |
| Hex | 24 | 40 | 4C | 35 | 10 | 0 | 46 | C6 | 24 | 16 |
| Octal | 44 | 100 | 114 | 65 | 20 | 0 | 106 | 306 | 44 | 26 |
| Binary | 100100 | 1000000 | 1001100 | 110101 | 10000 | 0 | 1000110 | 11000110 | 100100 | 10110 |
Color Harmonies of #24404C
Complementary color
Monochromatic Colors of #24404C
Black with #24404C
Text Example
Text Example
White with #24404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24404C; }
p { color: rgb(36,64,76); }
H1.HeaderClassName
{
color: #24404C;
}
.AnyTagClassName
{
color: #24404C;
}
</style>
background-color css
<style>
a { background-color: #24404C; }
a { background-color: rgb(36,64,76); }
div.DivClassName
{
background-color: #24404C;
}
.BgClassName
{
background-color: #24404C;
}
</style>
border-color css
<style>
span { border-color: #24404C; }
span { border-color: rgb(36,64,76); }
td.TdClassName
{
border-color: #24404C;
}
.TagClassName
{
border-color: #24404C;
}
</style>