Shades of Cardin Green #113222
Tints of Cardin Green #113222
RGB
CMYK
RGB Variations
Color information
#113222 (or 0x113222) is known color: Cardin Green. HEX triplet: 11, 32 and 22. RGB value is (17,50,34). Sum of RGB (Red+Green+Blue) = 17+50+34=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #113222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113222 is #EECDDD. Grayscale: #262626. Windows color (decimal): -15650270 or 2241041. OLE color: 2241041.
HSL color Cylindrical-coordinate representation of color #113222: hue angle of 150.91º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113222 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 50 | 34 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.80 |
| HSL | 150.91º | 0.49% | 0.13% | - |
| HSV(B) | 150.91º | 0.66% | 0.2% | - |
| XYZ | 1.66 | 2.52 | 1.91 | - |
| YUV | 38.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 34 | 0.66 | 0 | 0.32 | 0.80 | 150.91 | 0.49 | 0.13 |
| Hex | 11 | 32 | 22 | 42 | 0 | 20 | 50 | 97 | 31 | D |
| Octal | 21 | 62 | 42 | 102 | 0 | 40 | 120 | 227 | 61 | 15 |
| Binary | 10001 | 110010 | 100010 | 1000010 | 0 | 100000 | 1010000 | 10010111 | 110001 | 1101 |
Color Harmonies of #113222
Complementary color
Monochromatic Colors of #113222
Black with #113222
Text Example
Text Example
White with #113222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113222; }
p { color: rgb(17,50,34); }
H1.HeaderClassName
{
color: #113222;
}
.AnyTagClassName
{
color: #113222;
}
</style>
background-color css
<style>
a { background-color: #113222; }
a { background-color: rgb(17,50,34); }
div.DivClassName
{
background-color: #113222;
}
.BgClassName
{
background-color: #113222;
}
</style>
border-color css
<style>
span { border-color: #113222; }
span { border-color: rgb(17,50,34); }
td.TdClassName
{
border-color: #113222;
}
.TagClassName
{
border-color: #113222;
}
</style>