Shades of Cardin Green #113828
Tints of Cardin Green #113828
RGB
CMYK
RGB Variations
Color information
#113828 (or 0x113828) is known color: Cardin Green. HEX triplet: 11, 38 and 28. RGB value is (17,56,40). Sum of RGB (Red+Green+Blue) = 17+56+40=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #113828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113828 is #EEC7D7. Grayscale: #2A2A2A. Windows color (decimal): -15648728 or 2635793. OLE color: 2635793.
HSL color Cylindrical-coordinate representation of color #113828: hue angle of 155.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113828 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 40 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.78 |
| HSL | 155.38º | 0.53% | 0.14% | - |
| HSV(B) | 155.38º | 0.7% | 0.22% | - |
| XYZ | 2.03 | 3.1 | 2.5 | - |
| YUV | 42.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 40 | 0.70 | 0 | 0.29 | 0.78 | 155.38 | 0.53 | 0.14 |
| Hex | 11 | 38 | 28 | 46 | 0 | 1D | 4E | 9B | 35 | E |
| Octal | 21 | 70 | 50 | 106 | 0 | 35 | 116 | 233 | 65 | 16 |
| Binary | 10001 | 111000 | 101000 | 1000110 | 0 | 11101 | 1001110 | 10011011 | 110101 | 1110 |
Color Harmonies of #113828
Complementary color
Monochromatic Colors of #113828
Black with #113828
Text Example
Text Example
White with #113828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113828; }
p { color: rgb(17,56,40); }
H1.HeaderClassName
{
color: #113828;
}
.AnyTagClassName
{
color: #113828;
}
</style>
background-color css
<style>
a { background-color: #113828; }
a { background-color: rgb(17,56,40); }
div.DivClassName
{
background-color: #113828;
}
.BgClassName
{
background-color: #113828;
}
</style>
border-color css
<style>
span { border-color: #113828; }
span { border-color: rgb(17,56,40); }
td.TdClassName
{
border-color: #113828;
}
.TagClassName
{
border-color: #113828;
}
</style>