Shades of Cardin Green #113729
Tints of Cardin Green #113729
RGB
CMYK
RGB Variations
Color information
#113729 (or 0x113729) is known color: Cardin Green. HEX triplet: 11, 37 and 29. RGB value is (17,55,41). Sum of RGB (Red+Green+Blue) = 17+55+41=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #113729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113729 is #EEC8D6. Grayscale: #2A2A2A. Windows color (decimal): -15648983 or 2701073. OLE color: 2701073.
HSL color Cylindrical-coordinate representation of color #113729: hue angle of 157.89º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113729 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 41 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.78 |
| HSL | 157.89º | 0.53% | 0.14% | - |
| HSV(B) | 157.89º | 0.69% | 0.22% | - |
| XYZ | 2 | 3.01 | 2.57 | - |
| YUV | 42.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 41 | 0.69 | 0 | 0.25 | 0.78 | 157.89 | 0.53 | 0.14 |
| Hex | 11 | 37 | 29 | 45 | 0 | 19 | 4E | 9E | 35 | E |
| Octal | 21 | 67 | 51 | 105 | 0 | 31 | 116 | 236 | 65 | 16 |
| Binary | 10001 | 110111 | 101001 | 1000101 | 0 | 11001 | 1001110 | 10011110 | 110101 | 1110 |
Color Harmonies of #113729
Complementary color
Monochromatic Colors of #113729
Black with #113729
Text Example
Text Example
White with #113729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113729; }
p { color: rgb(17,55,41); }
H1.HeaderClassName
{
color: #113729;
}
.AnyTagClassName
{
color: #113729;
}
</style>
background-color css
<style>
a { background-color: #113729; }
a { background-color: rgb(17,55,41); }
div.DivClassName
{
background-color: #113729;
}
.BgClassName
{
background-color: #113729;
}
</style>
border-color css
<style>
span { border-color: #113729; }
span { border-color: rgb(17,55,41); }
td.TdClassName
{
border-color: #113729;
}
.TagClassName
{
border-color: #113729;
}
</style>