Shades of Cardin Green #161B19
Tints of Cardin Green #161B19
RGB
CMYK
RGB Variations
Color information
#161B19 (or 0x161B19) is known color: Cardin Green. HEX triplet: 16, 1B and 19. RGB value is (22,27,25). Sum of RGB (Red+Green+Blue) = 22+27+25=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 27 - color contains mainly: green. Hex color #161B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B19 is #E9E4E6. Grayscale: #191919. Windows color (decimal): -15328487 or 1645334. OLE color: 1645334.
HSL color Cylindrical-coordinate representation of color #161B19: hue angle of 156º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #161B19 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 27 | 25 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.89 |
| HSL | 156º | 0.1% | 0.1% | - |
| HSV(B) | 156º | 0.19% | 0.11% | - |
| XYZ | 0.9 | 1.02 | 1.07 | - |
| YUV | 25.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 25 | 0.19 | 0 | 0.07 | 0.89 | 156 | 0.1 | 0.1 |
| Hex | 16 | 1B | 19 | 13 | 0 | 7 | 59 | 9C | A | A |
| Octal | 26 | 33 | 31 | 23 | 0 | 7 | 131 | 234 | 12 | 12 |
| Binary | 10110 | 11011 | 11001 | 10011 | 0 | 111 | 1011001 | 10011100 | 1010 | 1010 |
Color Harmonies of #161B19
Complementary color
Monochromatic Colors of #161B19
Black with #161B19
Text Example
Text Example
White with #161B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B19; }
p { color: rgb(22,27,25); }
H1.HeaderClassName
{
color: #161B19;
}
.AnyTagClassName
{
color: #161B19;
}
</style>
background-color css
<style>
a { background-color: #161B19; }
a { background-color: rgb(22,27,25); }
div.DivClassName
{
background-color: #161B19;
}
.BgClassName
{
background-color: #161B19;
}
</style>
border-color css
<style>
span { border-color: #161B19; }
span { border-color: rgb(22,27,25); }
td.TdClassName
{
border-color: #161B19;
}
.TagClassName
{
border-color: #161B19;
}
</style>