Shades of Cardin Green #153227
Tints of Cardin Green #153227
RGB
CMYK
RGB Variations
Color information
#153227 (or 0x153227) is known color: Cardin Green. HEX triplet: 15, 32 and 27. RGB value is (21,50,39). Sum of RGB (Red+Green+Blue) = 21+50+39=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #153227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153227 is #EACDD8. Grayscale: #282828. Windows color (decimal): -15388121 or 2568725. OLE color: 2568725.
HSL color Cylindrical-coordinate representation of color #153227: hue angle of 157.24º 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 #153227 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 39 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.80 |
| HSL | 157.24º | 0.41% | 0.14% | - |
| HSV(B) | 157.24º | 0.58% | 0.2% | - |
| XYZ | 1.82 | 2.59 | 2.32 | - |
| YUV | 40.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 39 | 0.58 | 0 | 0.22 | 0.80 | 157.24 | 0.41 | 0.14 |
| Hex | 15 | 32 | 27 | 3A | 0 | 16 | 50 | 9D | 29 | E |
| Octal | 25 | 62 | 47 | 72 | 0 | 26 | 120 | 235 | 51 | 16 |
| Binary | 10101 | 110010 | 100111 | 111010 | 0 | 10110 | 1010000 | 10011101 | 101001 | 1110 |
Color Harmonies of #153227
Complementary color
Monochromatic Colors of #153227
Black with #153227
Text Example
Text Example
White with #153227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153227; }
p { color: rgb(21,50,39); }
H1.HeaderClassName
{
color: #153227;
}
.AnyTagClassName
{
color: #153227;
}
</style>
background-color css
<style>
a { background-color: #153227; }
a { background-color: rgb(21,50,39); }
div.DivClassName
{
background-color: #153227;
}
.BgClassName
{
background-color: #153227;
}
</style>
border-color css
<style>
span { border-color: #153227; }
span { border-color: rgb(21,50,39); }
td.TdClassName
{
border-color: #153227;
}
.TagClassName
{
border-color: #153227;
}
</style>