Shades of Cardin Green #16352A
Tints of Cardin Green #16352A
RGB
CMYK
RGB Variations
Color information
#16352A (or 0x16352A) is known color: Cardin Green. HEX triplet: 16, 35 and 2A. RGB value is (22,53,42). Sum of RGB (Red+Green+Blue) = 22+53+42=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 53 - color contains mainly: green. Hex color #16352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16352A is #E9CAD5. Grayscale: #2A2A2A. Windows color (decimal): -15321814 or 2766102. OLE color: 2766102.
HSL color Cylindrical-coordinate representation of color #16352A: hue angle of 158.71º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #16352A is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 53 | 42 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.79 |
| HSL | 158.71º | 0.41% | 0.15% | - |
| HSV(B) | 158.71º | 0.58% | 0.21% | - |
| XYZ | 2.02 | 2.88 | 2.64 | - |
| YUV | 42.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 42 | 0.58 | 0 | 0.21 | 0.79 | 158.71 | 0.41 | 0.15 |
| Hex | 16 | 35 | 2A | 3A | 0 | 15 | 4F | 9F | 29 | F |
| Octal | 26 | 65 | 52 | 72 | 0 | 25 | 117 | 237 | 51 | 17 |
| Binary | 10110 | 110101 | 101010 | 111010 | 0 | 10101 | 1001111 | 10011111 | 101001 | 1111 |
Color Harmonies of #16352A
Complementary color
Monochromatic Colors of #16352A
Black with #16352A
Text Example
Text Example
White with #16352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16352A; }
p { color: rgb(22,53,42); }
H1.HeaderClassName
{
color: #16352A;
}
.AnyTagClassName
{
color: #16352A;
}
</style>
background-color css
<style>
a { background-color: #16352A; }
a { background-color: rgb(22,53,42); }
div.DivClassName
{
background-color: #16352A;
}
.BgClassName
{
background-color: #16352A;
}
</style>
border-color css
<style>
span { border-color: #16352A; }
span { border-color: rgb(22,53,42); }
td.TdClassName
{
border-color: #16352A;
}
.TagClassName
{
border-color: #16352A;
}
</style>