Shades of Cardin Green #163025
Tints of Cardin Green #163025
RGB
CMYK
RGB Variations
Color information
#163025 (or 0x163025) is known color: Cardin Green. HEX triplet: 16, 30 and 25. RGB value is (22,48,37). Sum of RGB (Red+Green+Blue) = 22+48+37=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #163025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163025 is #E9CFDA. Grayscale: #262626. Windows color (decimal): -15323099 or 2437142. OLE color: 2437142.
HSL color Cylindrical-coordinate representation of color #163025: hue angle of 154.62º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #163025 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 48 | 37 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.81 |
| HSL | 154.62º | 0.37% | 0.14% | - |
| HSV(B) | 154.62º | 0.54% | 0.19% | - |
| XYZ | 1.72 | 2.42 | 2.13 | - |
| YUV | 38.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 37 | 0.54 | 0 | 0.23 | 0.81 | 154.62 | 0.37 | 0.14 |
| Hex | 16 | 30 | 25 | 36 | 0 | 17 | 51 | 9B | 25 | E |
| Octal | 26 | 60 | 45 | 66 | 0 | 27 | 121 | 233 | 45 | 16 |
| Binary | 10110 | 110000 | 100101 | 110110 | 0 | 10111 | 1010001 | 10011011 | 100101 | 1110 |
Color Harmonies of #163025
Complementary color
Monochromatic Colors of #163025
Black with #163025
Text Example
Text Example
White with #163025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163025; }
p { color: rgb(22,48,37); }
H1.HeaderClassName
{
color: #163025;
}
.AnyTagClassName
{
color: #163025;
}
</style>
background-color css
<style>
a { background-color: #163025; }
a { background-color: rgb(22,48,37); }
div.DivClassName
{
background-color: #163025;
}
.BgClassName
{
background-color: #163025;
}
</style>
border-color css
<style>
span { border-color: #163025; }
span { border-color: rgb(22,48,37); }
td.TdClassName
{
border-color: #163025;
}
.TagClassName
{
border-color: #163025;
}
</style>