Shades of Cardin Green #163828
Tints of Cardin Green #163828
RGB
CMYK
RGB Variations
Color information
#163828 (or 0x163828) is known color: Cardin Green. HEX triplet: 16, 38 and 28. RGB value is (22,56,40). Sum of RGB (Red+Green+Blue) = 22+56+40=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #163828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163828 is #E9C7D7. Grayscale: #2C2C2C. Windows color (decimal): -15321048 or 2635798. OLE color: 2635798.
HSL color Cylindrical-coordinate representation of color #163828: hue angle of 151.76º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163828 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 40 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.78 |
| HSL | 151.76º | 0.44% | 0.15% | - |
| HSV(B) | 151.76º | 0.61% | 0.22% | - |
| XYZ | 2.13 | 3.15 | 2.5 | - |
| YUV | 44.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 40 | 0.61 | 0 | 0.29 | 0.78 | 151.76 | 0.44 | 0.15 |
| Hex | 16 | 38 | 28 | 3D | 0 | 1D | 4E | 98 | 2C | F |
| Octal | 26 | 70 | 50 | 75 | 0 | 35 | 116 | 230 | 54 | 17 |
| Binary | 10110 | 111000 | 101000 | 111101 | 0 | 11101 | 1001110 | 10011000 | 101100 | 1111 |
Color Harmonies of #163828
Complementary color
Monochromatic Colors of #163828
Black with #163828
Text Example
Text Example
White with #163828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163828; }
p { color: rgb(22,56,40); }
H1.HeaderClassName
{
color: #163828;
}
.AnyTagClassName
{
color: #163828;
}
</style>
background-color css
<style>
a { background-color: #163828; }
a { background-color: rgb(22,56,40); }
div.DivClassName
{
background-color: #163828;
}
.BgClassName
{
background-color: #163828;
}
</style>
border-color css
<style>
span { border-color: #163828; }
span { border-color: rgb(22,56,40); }
td.TdClassName
{
border-color: #163828;
}
.TagClassName
{
border-color: #163828;
}
</style>