Shades of Cardin Green #153223
Tints of Cardin Green #153223
RGB
CMYK
RGB Variations
Color information
#153223 (or 0x153223) is known color: Cardin Green. HEX triplet: 15, 32 and 23. RGB value is (21,50,35). Sum of RGB (Red+Green+Blue) = 21+50+35=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #153223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153223 is #EACDDC. Grayscale: #272727. Windows color (decimal): -15388125 or 2306581. OLE color: 2306581.
HSL color Cylindrical-coordinate representation of color #153223: hue angle of 148.97º 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 #153223 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 35 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.80 |
| HSL | 148.97º | 0.41% | 0.14% | - |
| HSV(B) | 148.97º | 0.58% | 0.2% | - |
| XYZ | 1.75 | 2.56 | 1.99 | - |
| YUV | 39.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 35 | 0.58 | 0 | 0.30 | 0.80 | 148.97 | 0.41 | 0.14 |
| Hex | 15 | 32 | 23 | 3A | 0 | 1E | 50 | 95 | 29 | E |
| Octal | 25 | 62 | 43 | 72 | 0 | 36 | 120 | 225 | 51 | 16 |
| Binary | 10101 | 110010 | 100011 | 111010 | 0 | 11110 | 1010000 | 10010101 | 101001 | 1110 |
Color Harmonies of #153223
Complementary color
Monochromatic Colors of #153223
Black with #153223
Text Example
Text Example
White with #153223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153223; }
p { color: rgb(21,50,35); }
H1.HeaderClassName
{
color: #153223;
}
.AnyTagClassName
{
color: #153223;
}
</style>
background-color css
<style>
a { background-color: #153223; }
a { background-color: rgb(21,50,35); }
div.DivClassName
{
background-color: #153223;
}
.BgClassName
{
background-color: #153223;
}
</style>
border-color css
<style>
span { border-color: #153223; }
span { border-color: rgb(21,50,35); }
td.TdClassName
{
border-color: #153223;
}
.TagClassName
{
border-color: #153223;
}
</style>