Shades of Cardin Green #133828
Tints of Cardin Green #133828
RGB
CMYK
RGB Variations
Color information
#133828 (or 0x133828) is known color: Cardin Green. HEX triplet: 13, 38 and 28. RGB value is (19,56,40). Sum of RGB (Red+Green+Blue) = 19+56+40=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #133828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133828 is #ECC7D7. Grayscale: #2B2B2B. Windows color (decimal): -15517656 or 2635795. OLE color: 2635795.
HSL color Cylindrical-coordinate representation of color #133828: hue angle of 154.05º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133828 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 40 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.78 |
| HSL | 154.05º | 0.49% | 0.15% | - |
| HSV(B) | 154.05º | 0.66% | 0.22% | - |
| XYZ | 2.07 | 3.12 | 2.5 | - |
| YUV | 43.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 40 | 0.66 | 0 | 0.29 | 0.78 | 154.05 | 0.49 | 0.15 |
| Hex | 13 | 38 | 28 | 42 | 0 | 1D | 4E | 9A | 31 | F |
| Octal | 23 | 70 | 50 | 102 | 0 | 35 | 116 | 232 | 61 | 17 |
| Binary | 10011 | 111000 | 101000 | 1000010 | 0 | 11101 | 1001110 | 10011010 | 110001 | 1111 |
Color Harmonies of #133828
Complementary color
Monochromatic Colors of #133828
Black with #133828
Text Example
Text Example
White with #133828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133828; }
p { color: rgb(19,56,40); }
H1.HeaderClassName
{
color: #133828;
}
.AnyTagClassName
{
color: #133828;
}
</style>
background-color css
<style>
a { background-color: #133828; }
a { background-color: rgb(19,56,40); }
div.DivClassName
{
background-color: #133828;
}
.BgClassName
{
background-color: #133828;
}
</style>
border-color css
<style>
span { border-color: #133828; }
span { border-color: rgb(19,56,40); }
td.TdClassName
{
border-color: #133828;
}
.TagClassName
{
border-color: #133828;
}
</style>