Shades of Cardin Green #143525
Tints of Cardin Green #143525
RGB
CMYK
RGB Variations
Color information
#143525 (or 0x143525) is known color: Cardin Green. HEX triplet: 14, 35 and 25. RGB value is (20,53,37). Sum of RGB (Red+Green+Blue) = 20+53+37=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #143525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143525 is #EBCADA. Grayscale: #292929. Windows color (decimal): -15452891 or 2438420. OLE color: 2438420.
HSL color Cylindrical-coordinate representation of color #143525: hue angle of 150.91º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143525 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 37 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.79 |
| HSL | 150.91º | 0.45% | 0.14% | - |
| HSV(B) | 150.91º | 0.62% | 0.21% | - |
| XYZ | 1.9 | 2.83 | 2.2 | - |
| YUV | 41.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 37 | 0.62 | 0 | 0.30 | 0.79 | 150.91 | 0.45 | 0.14 |
| Hex | 14 | 35 | 25 | 3E | 0 | 1E | 4F | 97 | 2D | E |
| Octal | 24 | 65 | 45 | 76 | 0 | 36 | 117 | 227 | 55 | 16 |
| Binary | 10100 | 110101 | 100101 | 111110 | 0 | 11110 | 1001111 | 10010111 | 101101 | 1110 |
Color Harmonies of #143525
Complementary color
Monochromatic Colors of #143525
Black with #143525
Text Example
Text Example
White with #143525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143525; }
p { color: rgb(20,53,37); }
H1.HeaderClassName
{
color: #143525;
}
.AnyTagClassName
{
color: #143525;
}
</style>
background-color css
<style>
a { background-color: #143525; }
a { background-color: rgb(20,53,37); }
div.DivClassName
{
background-color: #143525;
}
.BgClassName
{
background-color: #143525;
}
</style>
border-color css
<style>
span { border-color: #143525; }
span { border-color: rgb(20,53,37); }
td.TdClassName
{
border-color: #143525;
}
.TagClassName
{
border-color: #143525;
}
</style>