Shades of Cardin Green #132219
Tints of Cardin Green #132219
RGB
CMYK
RGB Variations
Color information
#132219 (or 0x132219) is known color: Cardin Green. HEX triplet: 13, 22 and 19. RGB value is (19,34,25). Sum of RGB (Red+Green+Blue) = 19+34+25=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #132219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132219 is #ECDDE6. Grayscale: #1C1C1C. Windows color (decimal): -15523303 or 1647123. OLE color: 1647123.
HSL color Cylindrical-coordinate representation of color #132219: hue angle of 144º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #132219 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 34 | 25 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.87 |
| HSL | 144º | 0.28% | 0.1% | - |
| HSV(B) | 144º | 0.44% | 0.13% | - |
| XYZ | 1.02 | 1.35 | 1.13 | - |
| YUV | 28.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 25 | 0.44 | 0 | 0.26 | 0.87 | 144 | 0.28 | 0.1 |
| Hex | 13 | 22 | 19 | 2C | 0 | 1A | 57 | 90 | 1C | A |
| Octal | 23 | 42 | 31 | 54 | 0 | 32 | 127 | 220 | 34 | 12 |
| Binary | 10011 | 100010 | 11001 | 101100 | 0 | 11010 | 1010111 | 10010000 | 11100 | 1010 |
Color Harmonies of #132219
Complementary color
Monochromatic Colors of #132219
Black with #132219
Text Example
Text Example
White with #132219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132219; }
p { color: rgb(19,34,25); }
H1.HeaderClassName
{
color: #132219;
}
.AnyTagClassName
{
color: #132219;
}
</style>
background-color css
<style>
a { background-color: #132219; }
a { background-color: rgb(19,34,25); }
div.DivClassName
{
background-color: #132219;
}
.BgClassName
{
background-color: #132219;
}
</style>
border-color css
<style>
span { border-color: #132219; }
span { border-color: rgb(19,34,25); }
td.TdClassName
{
border-color: #132219;
}
.TagClassName
{
border-color: #132219;
}
</style>