Shades of Cardin Green #0D3521
Tints of Cardin Green #0D3521
RGB
CMYK
RGB Variations
Color information
#0D3521 (or 0x0D3521) is known color: Cardin Green. HEX triplet: 0D, 35 and 21. RGB value is (13,53,33). Sum of RGB (Red+Green+Blue) = 13+53+33=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #0D3521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3521 is #F2CADE. Grayscale: #262626. Windows color (decimal): -15911647 or 2176269. OLE color: 2176269.
HSL color Cylindrical-coordinate representation of color #0D3521: hue angle of 150º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3521 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 53 | 33 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.79 |
| HSL | 150º | 0.61% | 0.13% | - |
| HSV(B) | 150º | 0.75% | 0.21% | - |
| XYZ | 1.71 | 2.74 | 1.88 | - |
| YUV | 38.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 33 | 0.75 | 0 | 0.38 | 0.79 | 150 | 0.61 | 0.13 |
| Hex | D | 35 | 21 | 4B | 0 | 26 | 4F | 96 | 3D | D |
| Octal | 15 | 65 | 41 | 113 | 0 | 46 | 117 | 226 | 75 | 15 |
| Binary | 1101 | 110101 | 100001 | 1001011 | 0 | 100110 | 1001111 | 10010110 | 111101 | 1101 |
Color Harmonies of #0D3521
Complementary color
Monochromatic Colors of #0D3521
Black with #0D3521
Text Example
Text Example
White with #0D3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3521; }
p { color: rgb(13,53,33); }
H1.HeaderClassName
{
color: #0D3521;
}
.AnyTagClassName
{
color: #0D3521;
}
</style>
background-color css
<style>
a { background-color: #0D3521; }
a { background-color: rgb(13,53,33); }
div.DivClassName
{
background-color: #0D3521;
}
.BgClassName
{
background-color: #0D3521;
}
</style>
border-color css
<style>
span { border-color: #0D3521; }
span { border-color: rgb(13,53,33); }
td.TdClassName
{
border-color: #0D3521;
}
.TagClassName
{
border-color: #0D3521;
}
</style>