Shades of Cardin Green #113A26
Tints of Cardin Green #113A26
RGB
CMYK
RGB Variations
Color information
#113A26 (or 0x113A26) is known color: Cardin Green. HEX triplet: 11, 3A and 26. RGB value is (17,58,38). Sum of RGB (Red+Green+Blue) = 17+58+38=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #113A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A26 is #EEC5D9. Grayscale: #2B2B2B. Windows color (decimal): -15648218 or 2505233. OLE color: 2505233.
HSL color Cylindrical-coordinate representation of color #113A26: hue angle of 150.73º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A26 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 58 | 38 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.77 |
| HSL | 150.73º | 0.55% | 0.15% | - |
| HSV(B) | 150.73º | 0.71% | 0.23% | - |
| XYZ | 2.09 | 3.29 | 2.36 | - |
| YUV | 43.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 38 | 0.71 | 0 | 0.34 | 0.77 | 150.73 | 0.55 | 0.15 |
| Hex | 11 | 3A | 26 | 47 | 0 | 22 | 4D | 97 | 37 | F |
| Octal | 21 | 72 | 46 | 107 | 0 | 42 | 115 | 227 | 67 | 17 |
| Binary | 10001 | 111010 | 100110 | 1000111 | 0 | 100010 | 1001101 | 10010111 | 110111 | 1111 |
Color Harmonies of #113A26
Complementary color
Monochromatic Colors of #113A26
Black with #113A26
Text Example
Text Example
White with #113A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A26; }
p { color: rgb(17,58,38); }
H1.HeaderClassName
{
color: #113A26;
}
.AnyTagClassName
{
color: #113A26;
}
</style>
background-color css
<style>
a { background-color: #113A26; }
a { background-color: rgb(17,58,38); }
div.DivClassName
{
background-color: #113A26;
}
.BgClassName
{
background-color: #113A26;
}
</style>
border-color css
<style>
span { border-color: #113A26; }
span { border-color: rgb(17,58,38); }
td.TdClassName
{
border-color: #113A26;
}
.TagClassName
{
border-color: #113A26;
}
</style>