Shades of Cardin Green #113728
Tints of Cardin Green #113728
RGB
CMYK
RGB Variations
Color information
#113728 (or 0x113728) is known color: Cardin Green. HEX triplet: 11, 37 and 28. RGB value is (17,55,40). Sum of RGB (Red+Green+Blue) = 17+55+40=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #113728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113728 is #EEC8D7. Grayscale: #292929. Windows color (decimal): -15648984 or 2635537. OLE color: 2635537.
HSL color Cylindrical-coordinate representation of color #113728: hue angle of 156.32º 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 #113728 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 40 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.78 |
| HSL | 156.32º | 0.53% | 0.14% | - |
| HSV(B) | 156.32º | 0.69% | 0.22% | - |
| XYZ | 1.98 | 3 | 2.48 | - |
| YUV | 41.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 40 | 0.69 | 0 | 0.27 | 0.78 | 156.32 | 0.53 | 0.14 |
| Hex | 11 | 37 | 28 | 45 | 0 | 1B | 4E | 9C | 35 | E |
| Octal | 21 | 67 | 50 | 105 | 0 | 33 | 116 | 234 | 65 | 16 |
| Binary | 10001 | 110111 | 101000 | 1000101 | 0 | 11011 | 1001110 | 10011100 | 110101 | 1110 |
Color Harmonies of #113728
Complementary color
Monochromatic Colors of #113728
Black with #113728
Text Example
Text Example
White with #113728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113728; }
p { color: rgb(17,55,40); }
H1.HeaderClassName
{
color: #113728;
}
.AnyTagClassName
{
color: #113728;
}
</style>
background-color css
<style>
a { background-color: #113728; }
a { background-color: rgb(17,55,40); }
div.DivClassName
{
background-color: #113728;
}
.BgClassName
{
background-color: #113728;
}
</style>
border-color css
<style>
span { border-color: #113728; }
span { border-color: rgb(17,55,40); }
td.TdClassName
{
border-color: #113728;
}
.TagClassName
{
border-color: #113728;
}
</style>