Shades of Myrtle #0C3208
Tints of Myrtle #0C3208
RGB
CMYK
RGB Variations
Color information
#0C3208 (or 0x0C3208) is known color: Myrtle. HEX triplet: 0C, 32 and 08. RGB value is (12,50,8). Sum of RGB (Red+Green+Blue) = 12+50+8=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #0C3208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3208 is #F3CDF7. Grayscale: #212121. Windows color (decimal): -15977976 or 537100. OLE color: 537100.
HSL color Cylindrical-coordinate representation of color #0C3208: hue angle of 114.29º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C3208 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 50 | 8 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.80 |
| HSL | 114.29º | 0.72% | 0.11% | - |
| HSV(B) | 114.29º | 0.84% | 0.2% | - |
| XYZ | 1.34 | 2.38 | 0.62 | - |
| YUV | 33.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 8 | 0.76 | 0 | 0.84 | 0.80 | 114.29 | 0.72 | 0.11 |
| Hex | C | 32 | 8 | 4C | 0 | 54 | 50 | 72 | 48 | B |
| Octal | 14 | 62 | 10 | 114 | 0 | 124 | 120 | 162 | 110 | 13 |
| Binary | 1100 | 110010 | 1000 | 1001100 | 0 | 1010100 | 1010000 | 1110010 | 1001000 | 1011 |
Color Harmonies of #0C3208
Complementary color
Monochromatic Colors of #0C3208
Black with #0C3208
Text Example
Text Example
White with #0C3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3208; }
p { color: rgb(12,50,8); }
H1.HeaderClassName
{
color: #0C3208;
}
.AnyTagClassName
{
color: #0C3208;
}
</style>
background-color css
<style>
a { background-color: #0C3208; }
a { background-color: rgb(12,50,8); }
div.DivClassName
{
background-color: #0C3208;
}
.BgClassName
{
background-color: #0C3208;
}
</style>
border-color css
<style>
span { border-color: #0C3208; }
span { border-color: rgb(12,50,8); }
td.TdClassName
{
border-color: #0C3208;
}
.TagClassName
{
border-color: #0C3208;
}
</style>