Shades of Cardin Green #0C3721
Tints of Cardin Green #0C3721
RGB
CMYK
RGB Variations
Color information
#0C3721 (or 0x0C3721) is known color: Cardin Green. HEX triplet: 0C, 37 and 21. RGB value is (12,55,33). Sum of RGB (Red+Green+Blue) = 12+55+33=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #0C3721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3721 is #F3C8DE. Grayscale: #272727. Windows color (decimal): -15976671 or 2176780. OLE color: 2176780.
HSL color Cylindrical-coordinate representation of color #0C3721: hue angle of 149.3º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C3721 is Cyan = 0.78, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 55 | 33 | - |
| CMYK | 0.78 | 0 | 0.4 | 0.78 |
| HSL | 149.3º | 0.64% | 0.13% | - |
| HSV(B) | 149.3º | 0.78% | 0.22% | - |
| XYZ | 1.79 | 2.92 | 1.91 | - |
| YUV | 39.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 33 | 0.78 | 0 | 0.4 | 0.78 | 149.3 | 0.64 | 0.13 |
| Hex | C | 37 | 21 | 4E | 0 | 28 | 4E | 95 | 40 | D |
| Octal | 14 | 67 | 41 | 116 | 0 | 50 | 116 | 225 | 100 | 15 |
| Binary | 1100 | 110111 | 100001 | 1001110 | 0 | 101000 | 1001110 | 10010101 | 1000000 | 1101 |
Color Harmonies of #0C3721
Complementary color
Monochromatic Colors of #0C3721
Black with #0C3721
Text Example
Text Example
White with #0C3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3721; }
p { color: rgb(12,55,33); }
H1.HeaderClassName
{
color: #0C3721;
}
.AnyTagClassName
{
color: #0C3721;
}
</style>
background-color css
<style>
a { background-color: #0C3721; }
a { background-color: rgb(12,55,33); }
div.DivClassName
{
background-color: #0C3721;
}
.BgClassName
{
background-color: #0C3721;
}
</style>
border-color css
<style>
span { border-color: #0C3721; }
span { border-color: rgb(12,55,33); }
td.TdClassName
{
border-color: #0C3721;
}
.TagClassName
{
border-color: #0C3721;
}
</style>