Shades of Cardin Green #163427
Tints of Cardin Green #163427
RGB
CMYK
RGB Variations
Color information
#163427 (or 0x163427) is known color: Cardin Green. HEX triplet: 16, 34 and 27. RGB value is (22,52,39). Sum of RGB (Red+Green+Blue) = 22+52+39=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #163427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163427 is #E9CBD8. Grayscale: #292929. Windows color (decimal): -15322073 or 2569238. OLE color: 2569238.
HSL color Cylindrical-coordinate representation of color #163427: hue angle of 154º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163427 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 52 | 39 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.80 |
| HSL | 154º | 0.41% | 0.15% | - |
| HSV(B) | 154º | 0.58% | 0.2% | - |
| XYZ | 1.93 | 2.77 | 2.35 | - |
| YUV | 41.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 39 | 0.58 | 0 | 0.25 | 0.80 | 154 | 0.41 | 0.15 |
| Hex | 16 | 34 | 27 | 3A | 0 | 19 | 50 | 9A | 29 | F |
| Octal | 26 | 64 | 47 | 72 | 0 | 31 | 120 | 232 | 51 | 17 |
| Binary | 10110 | 110100 | 100111 | 111010 | 0 | 11001 | 1010000 | 10011010 | 101001 | 1111 |
Color Harmonies of #163427
Complementary color
Monochromatic Colors of #163427
Black with #163427
Text Example
Text Example
White with #163427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163427; }
p { color: rgb(22,52,39); }
H1.HeaderClassName
{
color: #163427;
}
.AnyTagClassName
{
color: #163427;
}
</style>
background-color css
<style>
a { background-color: #163427; }
a { background-color: rgb(22,52,39); }
div.DivClassName
{
background-color: #163427;
}
.BgClassName
{
background-color: #163427;
}
</style>
border-color css
<style>
span { border-color: #163427; }
span { border-color: rgb(22,52,39); }
td.TdClassName
{
border-color: #163427;
}
.TagClassName
{
border-color: #163427;
}
</style>