Shades of Cardin Green #133127
Tints of Cardin Green #133127
RGB
CMYK
RGB Variations
Color information
#133127 (or 0x133127) is known color: Cardin Green. HEX triplet: 13, 31 and 27. RGB value is (19,49,39). Sum of RGB (Red+Green+Blue) = 19+49+39=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #133127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133127 is #ECCED8. Grayscale: #262626. Windows color (decimal): -15519449 or 2568467. OLE color: 2568467.
HSL color Cylindrical-coordinate representation of color #133127: hue angle of 160º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133127 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 39 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.81 |
| HSL | 160º | 0.44% | 0.13% | - |
| HSV(B) | 160º | 0.61% | 0.19% | - |
| XYZ | 1.73 | 2.48 | 2.31 | - |
| YUV | 38.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 39 | 0.61 | 0 | 0.20 | 0.81 | 160 | 0.44 | 0.13 |
| Hex | 13 | 31 | 27 | 3D | 0 | 14 | 51 | A0 | 2C | D |
| Octal | 23 | 61 | 47 | 75 | 0 | 24 | 121 | 240 | 54 | 15 |
| Binary | 10011 | 110001 | 100111 | 111101 | 0 | 10100 | 1010001 | 10100000 | 101100 | 1101 |
Color Harmonies of #133127
Complementary color
Monochromatic Colors of #133127
Black with #133127
Text Example
Text Example
White with #133127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133127; }
p { color: rgb(19,49,39); }
H1.HeaderClassName
{
color: #133127;
}
.AnyTagClassName
{
color: #133127;
}
</style>
background-color css
<style>
a { background-color: #133127; }
a { background-color: rgb(19,49,39); }
div.DivClassName
{
background-color: #133127;
}
.BgClassName
{
background-color: #133127;
}
</style>
border-color css
<style>
span { border-color: #133127; }
span { border-color: rgb(19,49,39); }
td.TdClassName
{
border-color: #133127;
}
.TagClassName
{
border-color: #133127;
}
</style>