Shades of Cardin Green #143725
Tints of Cardin Green #143725
RGB
CMYK
RGB Variations
Color information
#143725 (or 0x143725) is known color: Cardin Green. HEX triplet: 14, 37 and 25. RGB value is (20,55,37). Sum of RGB (Red+Green+Blue) = 20+55+37=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #143725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143725 is #EBC8DA. Grayscale: #2A2A2A. Windows color (decimal): -15452379 or 2438932. OLE color: 2438932.
HSL color Cylindrical-coordinate representation of color #143725: hue angle of 149.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143725 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 55 | 37 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.78 |
| HSL | 149.14º | 0.47% | 0.15% | - |
| HSV(B) | 149.14º | 0.64% | 0.22% | - |
| XYZ | 1.99 | 3.01 | 2.23 | - |
| YUV | 42.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 37 | 0.64 | 0 | 0.33 | 0.78 | 149.14 | 0.47 | 0.15 |
| Hex | 14 | 37 | 25 | 40 | 0 | 21 | 4E | 95 | 2F | F |
| Octal | 24 | 67 | 45 | 100 | 0 | 41 | 116 | 225 | 57 | 17 |
| Binary | 10100 | 110111 | 100101 | 1000000 | 0 | 100001 | 1001110 | 10010101 | 101111 | 1111 |
Color Harmonies of #143725
Complementary color
Monochromatic Colors of #143725
Black with #143725
Text Example
Text Example
White with #143725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143725; }
p { color: rgb(20,55,37); }
H1.HeaderClassName
{
color: #143725;
}
.AnyTagClassName
{
color: #143725;
}
</style>
background-color css
<style>
a { background-color: #143725; }
a { background-color: rgb(20,55,37); }
div.DivClassName
{
background-color: #143725;
}
.BgClassName
{
background-color: #143725;
}
</style>
border-color css
<style>
span { border-color: #143725; }
span { border-color: rgb(20,55,37); }
td.TdClassName
{
border-color: #143725;
}
.TagClassName
{
border-color: #143725;
}
</style>