Shades of Dark Green #113328
Tints of Dark Green #113328
RGB
CMYK
RGB Variations
Color information
#113328 (or 0x113328) is known color: Dark Green. HEX triplet: 11, 33 and 28. RGB value is (17,51,40). Sum of RGB (Red+Green+Blue) = 17+51+40=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #113328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113328 is #EECCD7. Grayscale: #272727. Windows color (decimal): -15650008 or 2634513. OLE color: 2634513.
HSL color Cylindrical-coordinate representation of color #113328: hue angle of 160.59º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113328 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 51 | 40 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.8 |
| HSL | 160.59º | 0.5% | 0.13% | - |
| HSV(B) | 160.59º | 0.67% | 0.2% | - |
| XYZ | 1.8 | 2.64 | 2.42 | - |
| YUV | 39.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 40 | 0.67 | 0 | 0.22 | 0.8 | 160.59 | 0.5 | 0.13 |
| Hex | 11 | 33 | 28 | 43 | 0 | 16 | 50 | A1 | 32 | D |
| Octal | 21 | 63 | 50 | 103 | 0 | 26 | 120 | 241 | 62 | 15 |
| Binary | 10001 | 110011 | 101000 | 1000011 | 0 | 10110 | 1010000 | 10100001 | 110010 | 1101 |
Color Harmonies of #113328
Complementary color
Monochromatic Colors of #113328
Black with #113328
Text Example
Text Example
White with #113328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113328; }
p { color: rgb(17,51,40); }
H1.HeaderClassName
{
color: #113328;
}
.AnyTagClassName
{
color: #113328;
}
</style>
background-color css
<style>
a { background-color: #113328; }
a { background-color: rgb(17,51,40); }
div.DivClassName
{
background-color: #113328;
}
.BgClassName
{
background-color: #113328;
}
</style>
border-color css
<style>
span { border-color: #113328; }
span { border-color: rgb(17,51,40); }
td.TdClassName
{
border-color: #113328;
}
.TagClassName
{
border-color: #113328;
}
</style>