Shades of Cardin Green #133327
Tints of Cardin Green #133327
RGB
CMYK
RGB Variations
Color information
#133327 (or 0x133327) is known color: Cardin Green. HEX triplet: 13, 33 and 27. RGB value is (19,51,39). Sum of RGB (Red+Green+Blue) = 19+51+39=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #133327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133327 is #ECCCD8. Grayscale: #282828. Windows color (decimal): -15518937 or 2568979. OLE color: 2568979.
HSL color Cylindrical-coordinate representation of color #133327: hue angle of 157.5º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133327 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 39 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.8 |
| HSL | 157.5º | 0.46% | 0.14% | - |
| HSV(B) | 157.5º | 0.63% | 0.2% | - |
| XYZ | 1.82 | 2.65 | 2.34 | - |
| YUV | 40.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 39 | 0.63 | 0 | 0.24 | 0.8 | 157.5 | 0.46 | 0.14 |
| Hex | 13 | 33 | 27 | 3F | 0 | 18 | 50 | 9E | 2E | E |
| Octal | 23 | 63 | 47 | 77 | 0 | 30 | 120 | 236 | 56 | 16 |
| Binary | 10011 | 110011 | 100111 | 111111 | 0 | 11000 | 1010000 | 10011110 | 101110 | 1110 |
Color Harmonies of #133327
Complementary color
Monochromatic Colors of #133327
Black with #133327
Text Example
Text Example
White with #133327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133327; }
p { color: rgb(19,51,39); }
H1.HeaderClassName
{
color: #133327;
}
.AnyTagClassName
{
color: #133327;
}
</style>
background-color css
<style>
a { background-color: #133327; }
a { background-color: rgb(19,51,39); }
div.DivClassName
{
background-color: #133327;
}
.BgClassName
{
background-color: #133327;
}
</style>
border-color css
<style>
span { border-color: #133327; }
span { border-color: rgb(19,51,39); }
td.TdClassName
{
border-color: #133327;
}
.TagClassName
{
border-color: #133327;
}
</style>