Shades of Cardin Green #163222
Tints of Cardin Green #163222
RGB
CMYK
RGB Variations
Color information
#163222 (or 0x163222) is known color: Cardin Green. HEX triplet: 16, 32 and 22. RGB value is (22,50,34). Sum of RGB (Red+Green+Blue) = 22+50+34=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #163222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163222 is #E9CDDD. Grayscale: #272727. Windows color (decimal): -15322590 or 2241046. OLE color: 2241046.
HSL color Cylindrical-coordinate representation of color #163222: hue angle of 145.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163222 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 34 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.80 |
| HSL | 145.71º | 0.39% | 0.14% | - |
| HSV(B) | 145.71º | 0.56% | 0.2% | - |
| XYZ | 1.76 | 2.57 | 1.92 | - |
| YUV | 39.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 34 | 0.56 | 0 | 0.32 | 0.80 | 145.71 | 0.39 | 0.14 |
| Hex | 16 | 32 | 22 | 38 | 0 | 20 | 50 | 92 | 27 | E |
| Octal | 26 | 62 | 42 | 70 | 0 | 40 | 120 | 222 | 47 | 16 |
| Binary | 10110 | 110010 | 100010 | 111000 | 0 | 100000 | 1010000 | 10010010 | 100111 | 1110 |
Color Harmonies of #163222
Complementary color
Monochromatic Colors of #163222
Black with #163222
Text Example
Text Example
White with #163222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163222; }
p { color: rgb(22,50,34); }
H1.HeaderClassName
{
color: #163222;
}
.AnyTagClassName
{
color: #163222;
}
</style>
background-color css
<style>
a { background-color: #163222; }
a { background-color: rgb(22,50,34); }
div.DivClassName
{
background-color: #163222;
}
.BgClassName
{
background-color: #163222;
}
</style>
border-color css
<style>
span { border-color: #163222; }
span { border-color: rgb(22,50,34); }
td.TdClassName
{
border-color: #163222;
}
.TagClassName
{
border-color: #163222;
}
</style>