Shades of Cardin Green #143426
Tints of Cardin Green #143426
RGB
CMYK
RGB Variations
Color information
#143426 (or 0x143426) is known color: Cardin Green. HEX triplet: 14, 34 and 26. RGB value is (20,52,38). Sum of RGB (Red+Green+Blue) = 20+52+38=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #143426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143426 is #EBCBD9. Grayscale: #282828. Windows color (decimal): -15453146 or 2503700. OLE color: 2503700.
HSL color Cylindrical-coordinate representation of color #143426: hue angle of 153.75º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143426 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 38 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.80 |
| HSL | 153.75º | 0.44% | 0.14% | - |
| HSV(B) | 153.75º | 0.62% | 0.2% | - |
| XYZ | 1.87 | 2.74 | 2.27 | - |
| YUV | 40.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 38 | 0.62 | 0 | 0.27 | 0.80 | 153.75 | 0.44 | 0.14 |
| Hex | 14 | 34 | 26 | 3E | 0 | 1B | 50 | 9A | 2C | E |
| Octal | 24 | 64 | 46 | 76 | 0 | 33 | 120 | 232 | 54 | 16 |
| Binary | 10100 | 110100 | 100110 | 111110 | 0 | 11011 | 1010000 | 10011010 | 101100 | 1110 |
Color Harmonies of #143426
Complementary color
Monochromatic Colors of #143426
Black with #143426
Text Example
Text Example
White with #143426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143426; }
p { color: rgb(20,52,38); }
H1.HeaderClassName
{
color: #143426;
}
.AnyTagClassName
{
color: #143426;
}
</style>
background-color css
<style>
a { background-color: #143426; }
a { background-color: rgb(20,52,38); }
div.DivClassName
{
background-color: #143426;
}
.BgClassName
{
background-color: #143426;
}
</style>
border-color css
<style>
span { border-color: #143426; }
span { border-color: rgb(20,52,38); }
td.TdClassName
{
border-color: #143426;
}
.TagClassName
{
border-color: #143426;
}
</style>