Shades of Cardin Green #163228
Tints of Cardin Green #163228
RGB
CMYK
RGB Variations
Color information
#163228 (or 0x163228) is known color: Cardin Green. HEX triplet: 16, 32 and 28. RGB value is (22,50,40). Sum of RGB (Red+Green+Blue) = 22+50+40=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #163228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163228 is #E9CDD7. Grayscale: #282828. Windows color (decimal): -15322584 or 2634262. OLE color: 2634262.
HSL color Cylindrical-coordinate representation of color #163228: hue angle of 158.57º 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 #163228 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 40 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.80 |
| HSL | 158.57º | 0.39% | 0.14% | - |
| HSV(B) | 158.57º | 0.56% | 0.2% | - |
| XYZ | 1.85 | 2.6 | 2.41 | - |
| YUV | 40.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 40 | 0.56 | 0 | 0.20 | 0.80 | 158.57 | 0.39 | 0.14 |
| Hex | 16 | 32 | 28 | 38 | 0 | 14 | 50 | 9F | 27 | E |
| Octal | 26 | 62 | 50 | 70 | 0 | 24 | 120 | 237 | 47 | 16 |
| Binary | 10110 | 110010 | 101000 | 111000 | 0 | 10100 | 1010000 | 10011111 | 100111 | 1110 |
Color Harmonies of #163228
Complementary color
Monochromatic Colors of #163228
Black with #163228
Text Example
Text Example
White with #163228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163228; }
p { color: rgb(22,50,40); }
H1.HeaderClassName
{
color: #163228;
}
.AnyTagClassName
{
color: #163228;
}
</style>
background-color css
<style>
a { background-color: #163228; }
a { background-color: rgb(22,50,40); }
div.DivClassName
{
background-color: #163228;
}
.BgClassName
{
background-color: #163228;
}
</style>
border-color css
<style>
span { border-color: #163228; }
span { border-color: rgb(22,50,40); }
td.TdClassName
{
border-color: #163228;
}
.TagClassName
{
border-color: #163228;
}
</style>