Shades of Cardin Green #162620
Tints of Cardin Green #162620
RGB
CMYK
RGB Variations
Color information
#162620 (or 0x162620) is known color: Cardin Green. HEX triplet: 16, 26 and 20. RGB value is (22,38,32). Sum of RGB (Red+Green+Blue) = 22+38+32=92 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.91% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #162620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162620 is #E9D9DF. Grayscale: #202020. Windows color (decimal): -15325664 or 2106902. OLE color: 2106902.
HSL color Cylindrical-coordinate representation of color #162620: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #162620 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 38 | 32 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.85 |
| HSL | 157.5º | 0.27% | 0.12% | - |
| HSV(B) | 157.5º | 0.42% | 0.15% | - |
| XYZ | 1.28 | 1.66 | 1.62 | - |
| YUV | 32.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 32 | 0.42 | 0 | 0.16 | 0.85 | 157.5 | 0.27 | 0.12 |
| Hex | 16 | 26 | 20 | 2A | 0 | 10 | 55 | 9E | 1B | C |
| Octal | 26 | 46 | 40 | 52 | 0 | 20 | 125 | 236 | 33 | 14 |
| Binary | 10110 | 100110 | 100000 | 101010 | 0 | 10000 | 1010101 | 10011110 | 11011 | 1100 |
Color Harmonies of #162620
Complementary color
Monochromatic Colors of #162620
Black with #162620
Text Example
Text Example
White with #162620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162620; }
p { color: rgb(22,38,32); }
H1.HeaderClassName
{
color: #162620;
}
.AnyTagClassName
{
color: #162620;
}
</style>
background-color css
<style>
a { background-color: #162620; }
a { background-color: rgb(22,38,32); }
div.DivClassName
{
background-color: #162620;
}
.BgClassName
{
background-color: #162620;
}
</style>
border-color css
<style>
span { border-color: #162620; }
span { border-color: rgb(22,38,32); }
td.TdClassName
{
border-color: #162620;
}
.TagClassName
{
border-color: #162620;
}
</style>