Shades of Cardin Green #163022
Tints of Cardin Green #163022
RGB
CMYK
RGB Variations
Color information
#163022 (or 0x163022) is known color: Cardin Green. HEX triplet: 16, 30 and 22. RGB value is (22,48,34). Sum of RGB (Red+Green+Blue) = 22+48+34=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #163022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163022 is #E9CFDD. Grayscale: #262626. Windows color (decimal): -15323102 or 2240534. OLE color: 2240534.
HSL color Cylindrical-coordinate representation of color #163022: hue angle of 147.69º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #163022 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 48 | 34 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.81 |
| HSL | 147.69º | 0.37% | 0.14% | - |
| HSV(B) | 147.69º | 0.54% | 0.19% | - |
| XYZ | 1.68 | 2.4 | 1.89 | - |
| YUV | 38.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 34 | 0.54 | 0 | 0.29 | 0.81 | 147.69 | 0.37 | 0.14 |
| Hex | 16 | 30 | 22 | 36 | 0 | 1D | 51 | 94 | 25 | E |
| Octal | 26 | 60 | 42 | 66 | 0 | 35 | 121 | 224 | 45 | 16 |
| Binary | 10110 | 110000 | 100010 | 110110 | 0 | 11101 | 1010001 | 10010100 | 100101 | 1110 |
Color Harmonies of #163022
Complementary color
Monochromatic Colors of #163022
Black with #163022
Text Example
Text Example
White with #163022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163022; }
p { color: rgb(22,48,34); }
H1.HeaderClassName
{
color: #163022;
}
.AnyTagClassName
{
color: #163022;
}
</style>
background-color css
<style>
a { background-color: #163022; }
a { background-color: rgb(22,48,34); }
div.DivClassName
{
background-color: #163022;
}
.BgClassName
{
background-color: #163022;
}
</style>
border-color css
<style>
span { border-color: #163022; }
span { border-color: rgb(22,48,34); }
td.TdClassName
{
border-color: #163022;
}
.TagClassName
{
border-color: #163022;
}
</style>