Shades of Cardin Green #193224
Tints of Cardin Green #193224
RGB
CMYK
RGB Variations
Color information
#193224 (or 0x193224) is known color: Cardin Green. HEX triplet: 19, 32 and 24. RGB value is (25,50,36). Sum of RGB (Red+Green+Blue) = 25+50+36=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #193224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193224 is #E6CDDB. Grayscale: #282828. Windows color (decimal): -15125980 or 2372121. OLE color: 2372121.
HSL color Cylindrical-coordinate representation of color #193224: hue angle of 146.4º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193224 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 50 | 36 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.80 |
| HSL | 146.4º | 0.33% | 0.15% | - |
| HSV(B) | 146.4º | 0.5% | 0.2% | - |
| XYZ | 1.86 | 2.62 | 2.08 | - |
| YUV | 40.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 36 | 0.50 | 0 | 0.28 | 0.80 | 146.4 | 0.33 | 0.15 |
| Hex | 19 | 32 | 24 | 32 | 0 | 1C | 50 | 92 | 21 | F |
| Octal | 31 | 62 | 44 | 62 | 0 | 34 | 120 | 222 | 41 | 17 |
| Binary | 11001 | 110010 | 100100 | 110010 | 0 | 11100 | 1010000 | 10010010 | 100001 | 1111 |
Color Harmonies of #193224
Complementary color
Monochromatic Colors of #193224
Black with #193224
Text Example
Text Example
White with #193224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193224; }
p { color: rgb(25,50,36); }
H1.HeaderClassName
{
color: #193224;
}
.AnyTagClassName
{
color: #193224;
}
</style>
background-color css
<style>
a { background-color: #193224; }
a { background-color: rgb(25,50,36); }
div.DivClassName
{
background-color: #193224;
}
.BgClassName
{
background-color: #193224;
}
</style>
border-color css
<style>
span { border-color: #193224; }
span { border-color: rgb(25,50,36); }
td.TdClassName
{
border-color: #193224;
}
.TagClassName
{
border-color: #193224;
}
</style>