Shades of Cardin Green #153526
Tints of Cardin Green #153526
RGB
CMYK
RGB Variations
Color information
#153526 (or 0x153526) is known color: Cardin Green. HEX triplet: 15, 35 and 26. RGB value is (21,53,38). Sum of RGB (Red+Green+Blue) = 21+53+38=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #153526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153526 is #EACAD9. Grayscale: #292929. Windows color (decimal): -15387354 or 2503957. OLE color: 2503957.
HSL color Cylindrical-coordinate representation of color #153526: hue angle of 151.88º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153526 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 38 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.79 |
| HSL | 151.88º | 0.43% | 0.15% | - |
| HSV(B) | 151.88º | 0.6% | 0.21% | - |
| XYZ | 1.93 | 2.85 | 2.28 | - |
| YUV | 41.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 38 | 0.60 | 0 | 0.28 | 0.79 | 151.88 | 0.43 | 0.15 |
| Hex | 15 | 35 | 26 | 3C | 0 | 1C | 4F | 98 | 2B | F |
| Octal | 25 | 65 | 46 | 74 | 0 | 34 | 117 | 230 | 53 | 17 |
| Binary | 10101 | 110101 | 100110 | 111100 | 0 | 11100 | 1001111 | 10011000 | 101011 | 1111 |
Color Harmonies of #153526
Complementary color
Monochromatic Colors of #153526
Black with #153526
Text Example
Text Example
White with #153526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153526; }
p { color: rgb(21,53,38); }
H1.HeaderClassName
{
color: #153526;
}
.AnyTagClassName
{
color: #153526;
}
</style>
background-color css
<style>
a { background-color: #153526; }
a { background-color: rgb(21,53,38); }
div.DivClassName
{
background-color: #153526;
}
.BgClassName
{
background-color: #153526;
}
</style>
border-color css
<style>
span { border-color: #153526; }
span { border-color: rgb(21,53,38); }
td.TdClassName
{
border-color: #153526;
}
.TagClassName
{
border-color: #153526;
}
</style>