Shades of Cardin Green #193529
Tints of Cardin Green #193529
RGB
CMYK
RGB Variations
Color information
#193529 (or 0x193529) is known color: Cardin Green. HEX triplet: 19, 35 and 29. RGB value is (25,53,41). Sum of RGB (Red+Green+Blue) = 25+53+41=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #193529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193529 is #E6CAD6. Grayscale: #2B2B2B. Windows color (decimal): -15125207 or 2700569. OLE color: 2700569.
HSL color Cylindrical-coordinate representation of color #193529: hue angle of 154.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193529 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 53 | 41 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.79 |
| HSL | 154.29º | 0.36% | 0.15% | - |
| HSV(B) | 154.29º | 0.53% | 0.21% | - |
| XYZ | 2.07 | 2.91 | 2.55 | - |
| YUV | 43.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 41 | 0.53 | 0 | 0.23 | 0.79 | 154.29 | 0.36 | 0.15 |
| Hex | 19 | 35 | 29 | 35 | 0 | 17 | 4F | 9A | 24 | F |
| Octal | 31 | 65 | 51 | 65 | 0 | 27 | 117 | 232 | 44 | 17 |
| Binary | 11001 | 110101 | 101001 | 110101 | 0 | 10111 | 1001111 | 10011010 | 100100 | 1111 |
Color Harmonies of #193529
Complementary color
Monochromatic Colors of #193529
Black with #193529
Text Example
Text Example
White with #193529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193529; }
p { color: rgb(25,53,41); }
H1.HeaderClassName
{
color: #193529;
}
.AnyTagClassName
{
color: #193529;
}
</style>
background-color css
<style>
a { background-color: #193529; }
a { background-color: rgb(25,53,41); }
div.DivClassName
{
background-color: #193529;
}
.BgClassName
{
background-color: #193529;
}
</style>
border-color css
<style>
span { border-color: #193529; }
span { border-color: rgb(25,53,41); }
td.TdClassName
{
border-color: #193529;
}
.TagClassName
{
border-color: #193529;
}
</style>