Shades of Cardin Green #113C27
Tints of Cardin Green #113C27
RGB
CMYK
RGB Variations
Color information
#113C27 (or 0x113C27) is known color: Cardin Green. HEX triplet: 11, 3C and 27. RGB value is (17,60,39). Sum of RGB (Red+Green+Blue) = 17+60+39=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #113C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C27 is #EEC3D8. Grayscale: #2C2C2C. Windows color (decimal): -15647705 or 2571281. OLE color: 2571281.
HSL color Cylindrical-coordinate representation of color #113C27: hue angle of 150.7º 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 #113C27 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 39 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.76 |
| HSL | 150.7º | 0.56% | 0.15% | - |
| HSV(B) | 150.7º | 0.72% | 0.24% | - |
| XYZ | 2.21 | 3.5 | 2.48 | - |
| YUV | 44.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 39 | 0.72 | 0 | 0.35 | 0.76 | 150.7 | 0.56 | 0.15 |
| Hex | 11 | 3C | 27 | 48 | 0 | 23 | 4C | 97 | 38 | F |
| Octal | 21 | 74 | 47 | 110 | 0 | 43 | 114 | 227 | 70 | 17 |
| Binary | 10001 | 111100 | 100111 | 1001000 | 0 | 100011 | 1001100 | 10010111 | 111000 | 1111 |
Color Harmonies of #113C27
Complementary color
Monochromatic Colors of #113C27
Black with #113C27
Text Example
Text Example
White with #113C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C27; }
p { color: rgb(17,60,39); }
H1.HeaderClassName
{
color: #113C27;
}
.AnyTagClassName
{
color: #113C27;
}
</style>
background-color css
<style>
a { background-color: #113C27; }
a { background-color: rgb(17,60,39); }
div.DivClassName
{
background-color: #113C27;
}
.BgClassName
{
background-color: #113C27;
}
</style>
border-color css
<style>
span { border-color: #113C27; }
span { border-color: rgb(17,60,39); }
td.TdClassName
{
border-color: #113C27;
}
.TagClassName
{
border-color: #113C27;
}
</style>