Shades of Cardin Green #163625
Tints of Cardin Green #163625
RGB
CMYK
RGB Variations
Color information
#163625 (or 0x163625) is known color: Cardin Green. HEX triplet: 16, 36 and 25. RGB value is (22,54,37). Sum of RGB (Red+Green+Blue) = 22+54+37=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #163625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163625 is #E9C9DA. Grayscale: #2A2A2A. Windows color (decimal): -15321563 or 2438678. OLE color: 2438678.
HSL color Cylindrical-coordinate representation of color #163625: hue angle of 148.12º 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 #163625 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 37 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.79 |
| HSL | 148.13º | 0.42% | 0.15% | - |
| HSV(B) | 148.13º | 0.59% | 0.21% | - |
| XYZ | 1.98 | 2.94 | 2.21 | - |
| YUV | 42.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 37 | 0.59 | 0 | 0.31 | 0.79 | 148.13 | 0.42 | 0.15 |
| Hex | 16 | 36 | 25 | 3B | 0 | 1F | 4F | 94 | 2A | F |
| Octal | 26 | 66 | 45 | 73 | 0 | 37 | 117 | 224 | 52 | 17 |
| Binary | 10110 | 110110 | 100101 | 111011 | 0 | 11111 | 1001111 | 10010100 | 101010 | 1111 |
Color Harmonies of #163625
Complementary color
Monochromatic Colors of #163625
Black with #163625
Text Example
Text Example
White with #163625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163625; }
p { color: rgb(22,54,37); }
H1.HeaderClassName
{
color: #163625;
}
.AnyTagClassName
{
color: #163625;
}
</style>
background-color css
<style>
a { background-color: #163625; }
a { background-color: rgb(22,54,37); }
div.DivClassName
{
background-color: #163625;
}
.BgClassName
{
background-color: #163625;
}
</style>
border-color css
<style>
span { border-color: #163625; }
span { border-color: rgb(22,54,37); }
td.TdClassName
{
border-color: #163625;
}
.TagClassName
{
border-color: #163625;
}
</style>