Shades of Cardin Green #153226
Tints of Cardin Green #153226
RGB
CMYK
RGB Variations
Color information
#153226 (or 0x153226) is known color: Cardin Green. HEX triplet: 15, 32 and 26. RGB value is (21,50,38). Sum of RGB (Red+Green+Blue) = 21+50+38=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #153226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153226 is #EACDD9. Grayscale: #272727. Windows color (decimal): -15388122 or 2503189. OLE color: 2503189.
HSL color Cylindrical-coordinate representation of color #153226: hue angle of 155.17º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153226 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 38 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.80 |
| HSL | 155.17º | 0.41% | 0.14% | - |
| HSV(B) | 155.17º | 0.58% | 0.2% | - |
| XYZ | 1.8 | 2.58 | 2.24 | - |
| YUV | 39.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 38 | 0.58 | 0 | 0.24 | 0.80 | 155.17 | 0.41 | 0.14 |
| Hex | 15 | 32 | 26 | 3A | 0 | 18 | 50 | 9B | 29 | E |
| Octal | 25 | 62 | 46 | 72 | 0 | 30 | 120 | 233 | 51 | 16 |
| Binary | 10101 | 110010 | 100110 | 111010 | 0 | 11000 | 1010000 | 10011011 | 101001 | 1110 |
Color Harmonies of #153226
Complementary color
Monochromatic Colors of #153226
Black with #153226
Text Example
Text Example
White with #153226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153226; }
p { color: rgb(21,50,38); }
H1.HeaderClassName
{
color: #153226;
}
.AnyTagClassName
{
color: #153226;
}
</style>
background-color css
<style>
a { background-color: #153226; }
a { background-color: rgb(21,50,38); }
div.DivClassName
{
background-color: #153226;
}
.BgClassName
{
background-color: #153226;
}
</style>
border-color css
<style>
span { border-color: #153226; }
span { border-color: rgb(21,50,38); }
td.TdClassName
{
border-color: #153226;
}
.TagClassName
{
border-color: #153226;
}
</style>