Shades of Cardin Green #133221
Tints of Cardin Green #133221
RGB
CMYK
RGB Variations
Color information
#133221 (or 0x133221) is known color: Cardin Green. HEX triplet: 13, 32 and 21. RGB value is (19,50,33). Sum of RGB (Red+Green+Blue) = 19+50+33=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #133221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133221 is #ECCDDE. Grayscale: #262626. Windows color (decimal): -15519199 or 2175507. OLE color: 2175507.
HSL color Cylindrical-coordinate representation of color #133221: hue angle of 147.1º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133221 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 33 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.80 |
| HSL | 147.1º | 0.45% | 0.14% | - |
| HSV(B) | 147.1º | 0.62% | 0.2% | - |
| XYZ | 1.68 | 2.53 | 1.84 | - |
| YUV | 38.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 33 | 0.62 | 0 | 0.34 | 0.80 | 147.1 | 0.45 | 0.14 |
| Hex | 13 | 32 | 21 | 3E | 0 | 22 | 50 | 93 | 2D | E |
| Octal | 23 | 62 | 41 | 76 | 0 | 42 | 120 | 223 | 55 | 16 |
| Binary | 10011 | 110010 | 100001 | 111110 | 0 | 100010 | 1010000 | 10010011 | 101101 | 1110 |
Color Harmonies of #133221
Complementary color
Monochromatic Colors of #133221
Black with #133221
Text Example
Text Example
White with #133221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133221; }
p { color: rgb(19,50,33); }
H1.HeaderClassName
{
color: #133221;
}
.AnyTagClassName
{
color: #133221;
}
</style>
background-color css
<style>
a { background-color: #133221; }
a { background-color: rgb(19,50,33); }
div.DivClassName
{
background-color: #133221;
}
.BgClassName
{
background-color: #133221;
}
</style>
border-color css
<style>
span { border-color: #133221; }
span { border-color: rgb(19,50,33); }
td.TdClassName
{
border-color: #133221;
}
.TagClassName
{
border-color: #133221;
}
</style>