Shades of Cardin Green #133424
Tints of Cardin Green #133424
RGB
CMYK
RGB Variations
Color information
#133424 (or 0x133424) is known color: Cardin Green. HEX triplet: 13, 34 and 24. RGB value is (19,52,36). Sum of RGB (Red+Green+Blue) = 19+52+36=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #133424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133424 is #ECCBDB. Grayscale: #282828. Windows color (decimal): -15518684 or 2372627. OLE color: 2372627.
HSL color Cylindrical-coordinate representation of color #133424: hue angle of 150.91º 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 #133424 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 36 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.80 |
| HSL | 150.91º | 0.46% | 0.14% | - |
| HSV(B) | 150.91º | 0.63% | 0.2% | - |
| XYZ | 1.81 | 2.72 | 2.1 | - |
| YUV | 40.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 36 | 0.63 | 0 | 0.31 | 0.80 | 150.91 | 0.46 | 0.14 |
| Hex | 13 | 34 | 24 | 3F | 0 | 1F | 50 | 97 | 2E | E |
| Octal | 23 | 64 | 44 | 77 | 0 | 37 | 120 | 227 | 56 | 16 |
| Binary | 10011 | 110100 | 100100 | 111111 | 0 | 11111 | 1010000 | 10010111 | 101110 | 1110 |
Color Harmonies of #133424
Complementary color
Monochromatic Colors of #133424
Black with #133424
Text Example
Text Example
White with #133424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133424; }
p { color: rgb(19,52,36); }
H1.HeaderClassName
{
color: #133424;
}
.AnyTagClassName
{
color: #133424;
}
</style>
background-color css
<style>
a { background-color: #133424; }
a { background-color: rgb(19,52,36); }
div.DivClassName
{
background-color: #133424;
}
.BgClassName
{
background-color: #133424;
}
</style>
border-color css
<style>
span { border-color: #133424; }
span { border-color: rgb(19,52,36); }
td.TdClassName
{
border-color: #133424;
}
.TagClassName
{
border-color: #133424;
}
</style>