Shades of Cardin Green #133322
Tints of Cardin Green #133322
RGB
CMYK
RGB Variations
Color information
#133322 (or 0x133322) is known color: Cardin Green. HEX triplet: 13, 33 and 22. RGB value is (19,51,34). Sum of RGB (Red+Green+Blue) = 19+51+34=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #133322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133322 is #ECCCDD. Grayscale: #272727. Windows color (decimal): -15518942 or 2241299. OLE color: 2241299.
HSL color Cylindrical-coordinate representation of color #133322: hue angle of 148.12º 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 #133322 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 34 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.8 |
| HSL | 148.13º | 0.46% | 0.14% | - |
| HSV(B) | 148.13º | 0.63% | 0.2% | - |
| XYZ | 1.74 | 2.62 | 1.93 | - |
| YUV | 39.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 34 | 0.63 | 0 | 0.33 | 0.8 | 148.13 | 0.46 | 0.14 |
| Hex | 13 | 33 | 22 | 3F | 0 | 21 | 50 | 94 | 2E | E |
| Octal | 23 | 63 | 42 | 77 | 0 | 41 | 120 | 224 | 56 | 16 |
| Binary | 10011 | 110011 | 100010 | 111111 | 0 | 100001 | 1010000 | 10010100 | 101110 | 1110 |
Color Harmonies of #133322
Complementary color
Monochromatic Colors of #133322
Black with #133322
Text Example
Text Example
White with #133322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133322; }
p { color: rgb(19,51,34); }
H1.HeaderClassName
{
color: #133322;
}
.AnyTagClassName
{
color: #133322;
}
</style>
background-color css
<style>
a { background-color: #133322; }
a { background-color: rgb(19,51,34); }
div.DivClassName
{
background-color: #133322;
}
.BgClassName
{
background-color: #133322;
}
</style>
border-color css
<style>
span { border-color: #133322; }
span { border-color: rgb(19,51,34); }
td.TdClassName
{
border-color: #133322;
}
.TagClassName
{
border-color: #133322;
}
</style>