Shades of Cardin Green #113C26
Tints of Cardin Green #113C26
RGB
CMYK
RGB Variations
Color information
#113C26 (or 0x113C26) is known color: Cardin Green. HEX triplet: 11, 3C and 26. RGB value is (17,60,38). Sum of RGB (Red+Green+Blue) = 17+60+38=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #113C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C26 is #EEC3D9. Grayscale: #2C2C2C. Windows color (decimal): -15647706 or 2505745. OLE color: 2505745.
HSL color Cylindrical-coordinate representation of color #113C26: hue angle of 149.3º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113C26 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 38 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.76 |
| HSL | 149.3º | 0.56% | 0.15% | - |
| HSV(B) | 149.3º | 0.72% | 0.24% | - |
| XYZ | 2.2 | 3.49 | 2.39 | - |
| YUV | 44.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 38 | 0.72 | 0 | 0.37 | 0.76 | 149.3 | 0.56 | 0.15 |
| Hex | 11 | 3C | 26 | 48 | 0 | 25 | 4C | 95 | 38 | F |
| Octal | 21 | 74 | 46 | 110 | 0 | 45 | 114 | 225 | 70 | 17 |
| Binary | 10001 | 111100 | 100110 | 1001000 | 0 | 100101 | 1001100 | 10010101 | 111000 | 1111 |
Color Harmonies of #113C26
Complementary color
Monochromatic Colors of #113C26
Black with #113C26
Text Example
Text Example
White with #113C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C26; }
p { color: rgb(17,60,38); }
H1.HeaderClassName
{
color: #113C26;
}
.AnyTagClassName
{
color: #113C26;
}
</style>
background-color css
<style>
a { background-color: #113C26; }
a { background-color: rgb(17,60,38); }
div.DivClassName
{
background-color: #113C26;
}
.BgClassName
{
background-color: #113C26;
}
</style>
border-color css
<style>
span { border-color: #113C26; }
span { border-color: rgb(17,60,38); }
td.TdClassName
{
border-color: #113C26;
}
.TagClassName
{
border-color: #113C26;
}
</style>