Shades of Cardin Green #112619
Tints of Cardin Green #112619
RGB
CMYK
RGB Variations
Color information
#112619 (or 0x112619) is known color: Cardin Green. HEX triplet: 11, 26 and 19. RGB value is (17,38,25). Sum of RGB (Red+Green+Blue) = 17+38+25=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #112619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112619 is #EED9E6. Grayscale: #1E1E1E. Windows color (decimal): -15653351 or 1648145. OLE color: 1648145.
HSL color Cylindrical-coordinate representation of color #112619: hue angle of 142.86º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112619 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 38 | 25 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.85 |
| HSL | 142.86º | 0.38% | 0.11% | - |
| HSV(B) | 142.86º | 0.55% | 0.15% | - |
| XYZ | 1.1 | 1.58 | 1.17 | - |
| YUV | 30.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 25 | 0.55 | 0 | 0.34 | 0.85 | 142.86 | 0.38 | 0.11 |
| Hex | 11 | 26 | 19 | 37 | 0 | 22 | 55 | 8F | 26 | B |
| Octal | 21 | 46 | 31 | 67 | 0 | 42 | 125 | 217 | 46 | 13 |
| Binary | 10001 | 100110 | 11001 | 110111 | 0 | 100010 | 1010101 | 10001111 | 100110 | 1011 |
Color Harmonies of #112619
Complementary color
Monochromatic Colors of #112619
Black with #112619
Text Example
Text Example
White with #112619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112619; }
p { color: rgb(17,38,25); }
H1.HeaderClassName
{
color: #112619;
}
.AnyTagClassName
{
color: #112619;
}
</style>
background-color css
<style>
a { background-color: #112619; }
a { background-color: rgb(17,38,25); }
div.DivClassName
{
background-color: #112619;
}
.BgClassName
{
background-color: #112619;
}
</style>
border-color css
<style>
span { border-color: #112619; }
span { border-color: rgb(17,38,25); }
td.TdClassName
{
border-color: #112619;
}
.TagClassName
{
border-color: #112619;
}
</style>