Shades of Cardin Green #113B26
Tints of Cardin Green #113B26
RGB
CMYK
RGB Variations
Color information
#113B26 (or 0x113B26) is known color: Cardin Green. HEX triplet: 11, 3B and 26. RGB value is (17,59,38). Sum of RGB (Red+Green+Blue) = 17+59+38=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #113B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B26 is #EEC4D9. Grayscale: #2C2C2C. Windows color (decimal): -15647962 or 2505489. OLE color: 2505489.
HSL color Cylindrical-coordinate representation of color #113B26: hue angle of 150º 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 #113B26 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 38 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.77 |
| HSL | 150º | 0.55% | 0.15% | - |
| HSV(B) | 150º | 0.71% | 0.23% | - |
| XYZ | 2.14 | 3.39 | 2.37 | - |
| YUV | 44.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 38 | 0.71 | 0 | 0.36 | 0.77 | 150 | 0.55 | 0.15 |
| Hex | 11 | 3B | 26 | 47 | 0 | 24 | 4D | 96 | 37 | F |
| Octal | 21 | 73 | 46 | 107 | 0 | 44 | 115 | 226 | 67 | 17 |
| Binary | 10001 | 111011 | 100110 | 1000111 | 0 | 100100 | 1001101 | 10010110 | 110111 | 1111 |
Color Harmonies of #113B26
Complementary color
Monochromatic Colors of #113B26
Black with #113B26
Text Example
Text Example
White with #113B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B26; }
p { color: rgb(17,59,38); }
H1.HeaderClassName
{
color: #113B26;
}
.AnyTagClassName
{
color: #113B26;
}
</style>
background-color css
<style>
a { background-color: #113B26; }
a { background-color: rgb(17,59,38); }
div.DivClassName
{
background-color: #113B26;
}
.BgClassName
{
background-color: #113B26;
}
</style>
border-color css
<style>
span { border-color: #113B26; }
span { border-color: rgb(17,59,38); }
td.TdClassName
{
border-color: #113B26;
}
.TagClassName
{
border-color: #113B26;
}
</style>