Shades of Cardin Green #133422
Tints of Cardin Green #133422
RGB
CMYK
RGB Variations
Color information
#133422 (or 0x133422) is known color: Cardin Green. HEX triplet: 13, 34 and 22. RGB value is (19,52,34). Sum of RGB (Red+Green+Blue) = 19+52+34=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #133422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133422 is #ECCBDD. Grayscale: #282828. Windows color (decimal): -15518686 or 2241555. OLE color: 2241555.
HSL color Cylindrical-coordinate representation of color #133422: hue angle of 147.27º 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 #133422 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 34 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.80 |
| HSL | 147.27º | 0.46% | 0.14% | - |
| HSV(B) | 147.27º | 0.63% | 0.2% | - |
| XYZ | 1.79 | 2.71 | 1.94 | - |
| YUV | 40.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 34 | 0.63 | 0 | 0.35 | 0.80 | 147.27 | 0.46 | 0.14 |
| Hex | 13 | 34 | 22 | 3F | 0 | 23 | 50 | 93 | 2E | E |
| Octal | 23 | 64 | 42 | 77 | 0 | 43 | 120 | 223 | 56 | 16 |
| Binary | 10011 | 110100 | 100010 | 111111 | 0 | 100011 | 1010000 | 10010011 | 101110 | 1110 |
Color Harmonies of #133422
Complementary color
Monochromatic Colors of #133422
Black with #133422
Text Example
Text Example
White with #133422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133422; }
p { color: rgb(19,52,34); }
H1.HeaderClassName
{
color: #133422;
}
.AnyTagClassName
{
color: #133422;
}
</style>
background-color css
<style>
a { background-color: #133422; }
a { background-color: rgb(19,52,34); }
div.DivClassName
{
background-color: #133422;
}
.BgClassName
{
background-color: #133422;
}
</style>
border-color css
<style>
span { border-color: #133422; }
span { border-color: rgb(19,52,34); }
td.TdClassName
{
border-color: #133422;
}
.TagClassName
{
border-color: #133422;
}
</style>