Shades of Green Vogue #0C3B4C
Tints of Green Vogue #0C3B4C
RGB
CMYK
RGB Variations
Color information
#0C3B4C (or 0x0C3B4C) is known color: Green Vogue. HEX triplet: 0C, 3B and 4C. RGB value is (12,59,76). Sum of RGB (Red+Green+Blue) = 12+59+76=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C3B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B4C is #F3C4B3. Grayscale: #2E2E2E. Windows color (decimal): -15975604 or 4995852. OLE color: 4995852.
HSL color Cylindrical-coordinate representation of color #0C3B4C: hue angle of 195.94º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C3B4C is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 59 | 76 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.70 |
| HSL | 195.94º | 0.73% | 0.17% | - |
| HSV(B) | 195.94º | 0.84% | 0.3% | - |
| XYZ | 3.02 | 3.73 | 7.4 | - |
| YUV | 46.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 76 | 0.84 | 0.22 | 0 | 0.70 | 195.94 | 0.73 | 0.17 |
| Hex | C | 3B | 4C | 54 | 16 | 0 | 46 | C4 | 49 | 11 |
| Octal | 14 | 73 | 114 | 124 | 26 | 0 | 106 | 304 | 111 | 21 |
| Binary | 1100 | 111011 | 1001100 | 1010100 | 10110 | 0 | 1000110 | 11000100 | 1001001 | 10001 |
Color Harmonies of #0C3B4C
Complementary color
Monochromatic Colors of #0C3B4C
Black with #0C3B4C
Text Example
Text Example
White with #0C3B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3B4C; }
p { color: rgb(12,59,76); }
H1.HeaderClassName
{
color: #0C3B4C;
}
.AnyTagClassName
{
color: #0C3B4C;
}
</style>
background-color css
<style>
a { background-color: #0C3B4C; }
a { background-color: rgb(12,59,76); }
div.DivClassName
{
background-color: #0C3B4C;
}
.BgClassName
{
background-color: #0C3B4C;
}
</style>
border-color css
<style>
span { border-color: #0C3B4C; }
span { border-color: rgb(12,59,76); }
td.TdClassName
{
border-color: #0C3B4C;
}
.TagClassName
{
border-color: #0C3B4C;
}
</style>