Shades of Cardin Green #103628
Tints of Cardin Green #103628
RGB
CMYK
RGB Variations
Color information
#103628 (or 0x103628) is known color: Cardin Green. HEX triplet: 10, 36 and 28. RGB value is (16,54,40). Sum of RGB (Red+Green+Blue) = 16+54+40=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #103628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103628 is #EFC9D7. Grayscale: #292929. Windows color (decimal): -15714776 or 2635280. OLE color: 2635280.
HSL color Cylindrical-coordinate representation of color #103628: hue angle of 157.89º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #103628 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 54 | 40 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.79 |
| HSL | 157.89º | 0.54% | 0.14% | - |
| HSV(B) | 157.89º | 0.7% | 0.21% | - |
| XYZ | 1.92 | 2.9 | 2.47 | - |
| YUV | 41.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 40 | 0.70 | 0 | 0.26 | 0.79 | 157.89 | 0.54 | 0.14 |
| Hex | 10 | 36 | 28 | 46 | 0 | 1A | 4F | 9E | 36 | E |
| Octal | 20 | 66 | 50 | 106 | 0 | 32 | 117 | 236 | 66 | 16 |
| Binary | 10000 | 110110 | 101000 | 1000110 | 0 | 11010 | 1001111 | 10011110 | 110110 | 1110 |
Color Harmonies of #103628
Complementary color
Monochromatic Colors of #103628
Black with #103628
Text Example
Text Example
White with #103628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103628; }
p { color: rgb(16,54,40); }
H1.HeaderClassName
{
color: #103628;
}
.AnyTagClassName
{
color: #103628;
}
</style>
background-color css
<style>
a { background-color: #103628; }
a { background-color: rgb(16,54,40); }
div.DivClassName
{
background-color: #103628;
}
.BgClassName
{
background-color: #103628;
}
</style>
border-color css
<style>
span { border-color: #103628; }
span { border-color: rgb(16,54,40); }
td.TdClassName
{
border-color: #103628;
}
.TagClassName
{
border-color: #103628;
}
</style>