Shades of Cardin Green #153425
Tints of Cardin Green #153425
RGB
CMYK
RGB Variations
Color information
#153425 (or 0x153425) is known color: Cardin Green. HEX triplet: 15, 34 and 25. RGB value is (21,52,37). Sum of RGB (Red+Green+Blue) = 21+52+37=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #153425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153425 is #EACBDA. Grayscale: #292929. Windows color (decimal): -15387611 or 2438165. OLE color: 2438165.
HSL color Cylindrical-coordinate representation of color #153425: hue angle of 150.97º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153425 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 52 | 37 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.80 |
| HSL | 150.97º | 0.42% | 0.14% | - |
| HSV(B) | 150.97º | 0.6% | 0.2% | - |
| XYZ | 1.87 | 2.75 | 2.18 | - |
| YUV | 41.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 37 | 0.60 | 0 | 0.29 | 0.80 | 150.97 | 0.42 | 0.14 |
| Hex | 15 | 34 | 25 | 3C | 0 | 1D | 50 | 97 | 2A | E |
| Octal | 25 | 64 | 45 | 74 | 0 | 35 | 120 | 227 | 52 | 16 |
| Binary | 10101 | 110100 | 100101 | 111100 | 0 | 11101 | 1010000 | 10010111 | 101010 | 1110 |
Color Harmonies of #153425
Complementary color
Monochromatic Colors of #153425
Black with #153425
Text Example
Text Example
White with #153425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153425; }
p { color: rgb(21,52,37); }
H1.HeaderClassName
{
color: #153425;
}
.AnyTagClassName
{
color: #153425;
}
</style>
background-color css
<style>
a { background-color: #153425; }
a { background-color: rgb(21,52,37); }
div.DivClassName
{
background-color: #153425;
}
.BgClassName
{
background-color: #153425;
}
</style>
border-color css
<style>
span { border-color: #153425; }
span { border-color: rgb(21,52,37); }
td.TdClassName
{
border-color: #153425;
}
.TagClassName
{
border-color: #153425;
}
</style>