Shades of Cardin Green #163323
Tints of Cardin Green #163323
RGB
CMYK
RGB Variations
Color information
#163323 (or 0x163323) is known color: Cardin Green. HEX triplet: 16, 33 and 23. RGB value is (22,51,35). Sum of RGB (Red+Green+Blue) = 22+51+35=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #163323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163323 is #E9CCDC. Grayscale: #282828. Windows color (decimal): -15322333 or 2306838. OLE color: 2306838.
HSL color Cylindrical-coordinate representation of color #163323: hue angle of 146.9º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163323 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 22 | 51 | 35 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.8 |
| HSL | 146.9º | 0.4% | 0.14% | - |
| HSV(B) | 146.9º | 0.57% | 0.2% | - |
| XYZ | 1.82 | 2.66 | 2.01 | - |
| YUV | 40.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 35 | 0.57 | 0 | 0.31 | 0.8 | 146.9 | 0.4 | 0.14 |
| Hex | 16 | 33 | 23 | 39 | 0 | 1F | 50 | 93 | 28 | E |
| Octal | 26 | 63 | 43 | 71 | 0 | 37 | 120 | 223 | 50 | 16 |
| Binary | 10110 | 110011 | 100011 | 111001 | 0 | 11111 | 1010000 | 10010011 | 101000 | 1110 |
Color Harmonies of #163323
Complementary color
Monochromatic Colors of #163323
Black with #163323
Text Example
Text Example
White with #163323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163323; }
p { color: rgb(22,51,35); }
H1.HeaderClassName
{
color: #163323;
}
.AnyTagClassName
{
color: #163323;
}
</style>
background-color css
<style>
a { background-color: #163323; }
a { background-color: rgb(22,51,35); }
div.DivClassName
{
background-color: #163323;
}
.BgClassName
{
background-color: #163323;
}
</style>
border-color css
<style>
span { border-color: #163323; }
span { border-color: rgb(22,51,35); }
td.TdClassName
{
border-color: #163323;
}
.TagClassName
{
border-color: #163323;
}
</style>