Shades of Cardin Green #163627
Tints of Cardin Green #163627
RGB
CMYK
RGB Variations
Color information
#163627 (or 0x163627) is known color: Cardin Green. HEX triplet: 16, 36 and 27. RGB value is (22,54,39). Sum of RGB (Red+Green+Blue) = 22+54+39=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #163627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163627 is #E9C9D8. Grayscale: #2A2A2A. Windows color (decimal): -15321561 or 2569750. OLE color: 2569750.
HSL color Cylindrical-coordinate representation of color #163627: hue angle of 151.88º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163627 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 39 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.79 |
| HSL | 151.88º | 0.42% | 0.15% | - |
| HSV(B) | 151.88º | 0.59% | 0.21% | - |
| XYZ | 2.02 | 2.96 | 2.38 | - |
| YUV | 42.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 39 | 0.59 | 0 | 0.28 | 0.79 | 151.88 | 0.42 | 0.15 |
| Hex | 16 | 36 | 27 | 3B | 0 | 1C | 4F | 98 | 2A | F |
| Octal | 26 | 66 | 47 | 73 | 0 | 34 | 117 | 230 | 52 | 17 |
| Binary | 10110 | 110110 | 100111 | 111011 | 0 | 11100 | 1001111 | 10011000 | 101010 | 1111 |
Color Harmonies of #163627
Complementary color
Monochromatic Colors of #163627
Black with #163627
Text Example
Text Example
White with #163627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163627; }
p { color: rgb(22,54,39); }
H1.HeaderClassName
{
color: #163627;
}
.AnyTagClassName
{
color: #163627;
}
</style>
background-color css
<style>
a { background-color: #163627; }
a { background-color: rgb(22,54,39); }
div.DivClassName
{
background-color: #163627;
}
.BgClassName
{
background-color: #163627;
}
</style>
border-color css
<style>
span { border-color: #163627; }
span { border-color: rgb(22,54,39); }
td.TdClassName
{
border-color: #163627;
}
.TagClassName
{
border-color: #163627;
}
</style>