Shades of Cardin Green #163728
Tints of Cardin Green #163728
RGB
CMYK
RGB Variations
Color information
#163728 (or 0x163728) is known color: Cardin Green. HEX triplet: 16, 37 and 28. RGB value is (22,55,40). Sum of RGB (Red+Green+Blue) = 22+55+40=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #163728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163728 is #E9C8D7. Grayscale: #2B2B2B. Windows color (decimal): -15321304 or 2635542. OLE color: 2635542.
HSL color Cylindrical-coordinate representation of color #163728: hue angle of 152.73º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163728 is Cyan = 0.6, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 40 | - |
| CMYK | 0.6 | 0 | 0.27 | 0.78 |
| HSL | 152.73º | 0.43% | 0.15% | - |
| HSV(B) | 152.73º | 0.6% | 0.22% | - |
| XYZ | 2.08 | 3.06 | 2.49 | - |
| YUV | 43.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 40 | 0.6 | 0 | 0.27 | 0.78 | 152.73 | 0.43 | 0.15 |
| Hex | 16 | 37 | 28 | 3C | 0 | 1B | 4E | 99 | 2B | F |
| Octal | 26 | 67 | 50 | 74 | 0 | 33 | 116 | 231 | 53 | 17 |
| Binary | 10110 | 110111 | 101000 | 111100 | 0 | 11011 | 1001110 | 10011001 | 101011 | 1111 |
Color Harmonies of #163728
Complementary color
Monochromatic Colors of #163728
Black with #163728
Text Example
Text Example
White with #163728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163728; }
p { color: rgb(22,55,40); }
H1.HeaderClassName
{
color: #163728;
}
.AnyTagClassName
{
color: #163728;
}
</style>
background-color css
<style>
a { background-color: #163728; }
a { background-color: rgb(22,55,40); }
div.DivClassName
{
background-color: #163728;
}
.BgClassName
{
background-color: #163728;
}
</style>
border-color css
<style>
span { border-color: #163728; }
span { border-color: rgb(22,55,40); }
td.TdClassName
{
border-color: #163728;
}
.TagClassName
{
border-color: #163728;
}
</style>