Shades of Cardin Green #183424
Tints of Cardin Green #183424
RGB
CMYK
RGB Variations
Color information
#183424 (or 0x183424) is known color: Cardin Green. HEX triplet: 18, 34 and 24. RGB value is (24,52,36). Sum of RGB (Red+Green+Blue) = 24+52+36=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #183424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183424 is #E7CBDB. Grayscale: #292929. Windows color (decimal): -15191004 or 2372632. OLE color: 2372632.
HSL color Cylindrical-coordinate representation of color #183424: hue angle of 145.71º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #183424 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 52 | 36 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.80 |
| HSL | 145.71º | 0.37% | 0.15% | - |
| HSV(B) | 145.71º | 0.54% | 0.2% | - |
| XYZ | 1.92 | 2.78 | 2.1 | - |
| YUV | 41.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 36 | 0.54 | 0 | 0.31 | 0.80 | 145.71 | 0.37 | 0.15 |
| Hex | 18 | 34 | 24 | 36 | 0 | 1F | 50 | 92 | 25 | F |
| Octal | 30 | 64 | 44 | 66 | 0 | 37 | 120 | 222 | 45 | 17 |
| Binary | 11000 | 110100 | 100100 | 110110 | 0 | 11111 | 1010000 | 10010010 | 100101 | 1111 |
Color Harmonies of #183424
Complementary color
Monochromatic Colors of #183424
Black with #183424
Text Example
Text Example
White with #183424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183424; }
p { color: rgb(24,52,36); }
H1.HeaderClassName
{
color: #183424;
}
.AnyTagClassName
{
color: #183424;
}
</style>
background-color css
<style>
a { background-color: #183424; }
a { background-color: rgb(24,52,36); }
div.DivClassName
{
background-color: #183424;
}
.BgClassName
{
background-color: #183424;
}
</style>
border-color css
<style>
span { border-color: #183424; }
span { border-color: rgb(24,52,36); }
td.TdClassName
{
border-color: #183424;
}
.TagClassName
{
border-color: #183424;
}
</style>