Shades of Cardin Green #133326
Tints of Cardin Green #133326
RGB
CMYK
RGB Variations
Color information
#133326 (or 0x133326) is known color: Cardin Green. HEX triplet: 13, 33 and 26. RGB value is (19,51,38). Sum of RGB (Red+Green+Blue) = 19+51+38=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #133326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133326 is #ECCCD9. Grayscale: #272727. Windows color (decimal): -15518938 or 2503443. OLE color: 2503443.
HSL color Cylindrical-coordinate representation of color #133326: hue angle of 155.62º 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 #133326 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 38 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.8 |
| HSL | 155.63º | 0.46% | 0.14% | - |
| HSV(B) | 155.63º | 0.63% | 0.2% | - |
| XYZ | 1.8 | 2.65 | 2.25 | - |
| YUV | 39.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 38 | 0.63 | 0 | 0.25 | 0.8 | 155.63 | 0.46 | 0.14 |
| Hex | 13 | 33 | 26 | 3F | 0 | 19 | 50 | 9C | 2E | E |
| Octal | 23 | 63 | 46 | 77 | 0 | 31 | 120 | 234 | 56 | 16 |
| Binary | 10011 | 110011 | 100110 | 111111 | 0 | 11001 | 1010000 | 10011100 | 101110 | 1110 |
Color Harmonies of #133326
Complementary color
Monochromatic Colors of #133326
Black with #133326
Text Example
Text Example
White with #133326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133326; }
p { color: rgb(19,51,38); }
H1.HeaderClassName
{
color: #133326;
}
.AnyTagClassName
{
color: #133326;
}
</style>
background-color css
<style>
a { background-color: #133326; }
a { background-color: rgb(19,51,38); }
div.DivClassName
{
background-color: #133326;
}
.BgClassName
{
background-color: #133326;
}
</style>
border-color css
<style>
span { border-color: #133326; }
span { border-color: rgb(19,51,38); }
td.TdClassName
{
border-color: #133326;
}
.TagClassName
{
border-color: #133326;
}
</style>