Shades of Cardin Green #103323
Tints of Cardin Green #103323
RGB
CMYK
RGB Variations
Color information
#103323 (or 0x103323) is known color: Cardin Green. HEX triplet: 10, 33 and 23. RGB value is (16,51,35). Sum of RGB (Red+Green+Blue) = 16+51+35=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #103323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103323 is #EFCCDC. Grayscale: #262626. Windows color (decimal): -15715549 or 2306832. OLE color: 2306832.
HSL color Cylindrical-coordinate representation of color #103323: hue angle of 152.57º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103323 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 35 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.8 |
| HSL | 152.57º | 0.52% | 0.13% | - |
| HSV(B) | 152.57º | 0.69% | 0.2% | - |
| XYZ | 1.7 | 2.6 | 2 | - |
| YUV | 38.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 35 | 0.69 | 0 | 0.31 | 0.8 | 152.57 | 0.52 | 0.13 |
| Hex | 10 | 33 | 23 | 45 | 0 | 1F | 50 | 99 | 34 | D |
| Octal | 20 | 63 | 43 | 105 | 0 | 37 | 120 | 231 | 64 | 15 |
| Binary | 10000 | 110011 | 100011 | 1000101 | 0 | 11111 | 1010000 | 10011001 | 110100 | 1101 |
Color Harmonies of #103323
Complementary color
Monochromatic Colors of #103323
Black with #103323
Text Example
Text Example
White with #103323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103323; }
p { color: rgb(16,51,35); }
H1.HeaderClassName
{
color: #103323;
}
.AnyTagClassName
{
color: #103323;
}
</style>
background-color css
<style>
a { background-color: #103323; }
a { background-color: rgb(16,51,35); }
div.DivClassName
{
background-color: #103323;
}
.BgClassName
{
background-color: #103323;
}
</style>
border-color css
<style>
span { border-color: #103323; }
span { border-color: rgb(16,51,35); }
td.TdClassName
{
border-color: #103323;
}
.TagClassName
{
border-color: #103323;
}
</style>