Shades of Green Vogue #0D3C4D
Tints of Green Vogue #0D3C4D
RGB
CMYK
RGB Variations
Color information
#0D3C4D (or 0x0D3C4D) is known color: Green Vogue. HEX triplet: 0D, 3C and 4D. RGB value is (13,60,77). Sum of RGB (Red+Green+Blue) = 13+60+77=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D3C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3C4D is #F2C3B2. Grayscale: #2F2F2F. Windows color (decimal): -15909811 or 5061645. OLE color: 5061645.
HSL color Cylindrical-coordinate representation of color #0D3C4D: hue angle of 195.94º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D3C4D is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 60 | 77 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.70 |
| HSL | 195.94º | 0.71% | 0.18% | - |
| HSV(B) | 195.94º | 0.83% | 0.3% | - |
| XYZ | 3.12 | 3.85 | 7.6 | - |
| YUV | 47.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 77 | 0.83 | 0.22 | 0 | 0.70 | 195.94 | 0.71 | 0.18 |
| Hex | D | 3C | 4D | 53 | 16 | 0 | 46 | C4 | 47 | 12 |
| Octal | 15 | 74 | 115 | 123 | 26 | 0 | 106 | 304 | 107 | 22 |
| Binary | 1101 | 111100 | 1001101 | 1010011 | 10110 | 0 | 1000110 | 11000100 | 1000111 | 10010 |
Color Harmonies of #0D3C4D
Complementary color
Monochromatic Colors of #0D3C4D
Black with #0D3C4D
Text Example
Text Example
White with #0D3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3C4D; }
p { color: rgb(13,60,77); }
H1.HeaderClassName
{
color: #0D3C4D;
}
.AnyTagClassName
{
color: #0D3C4D;
}
</style>
background-color css
<style>
a { background-color: #0D3C4D; }
a { background-color: rgb(13,60,77); }
div.DivClassName
{
background-color: #0D3C4D;
}
.BgClassName
{
background-color: #0D3C4D;
}
</style>
border-color css
<style>
span { border-color: #0D3C4D; }
span { border-color: rgb(13,60,77); }
td.TdClassName
{
border-color: #0D3C4D;
}
.TagClassName
{
border-color: #0D3C4D;
}
</style>