Shades of Jewel #0D6244
Tints of Jewel #0D6244
RGB
CMYK
RGB Variations
Color information
#0D6244 (or 0x0D6244) is known color: Jewel. HEX triplet: 0D, 62 and 44. RGB value is (13,98,68). Sum of RGB (Red+Green+Blue) = 13+98+68=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6244 is #F29DBB. Grayscale: #454545. Windows color (decimal): -15900092 or 4481549. OLE color: 4481549.
HSL color Cylindrical-coordinate representation of color #0D6244: hue angle of 158.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6244 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 98 | 68 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.62 |
| HSL | 158.82º | 0.77% | 0.22% | - |
| HSV(B) | 158.82º | 0.87% | 0.38% | - |
| XYZ | 5.58 | 9.24 | 6.96 | - |
| YUV | 69.17 | 127.34 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 98 | 68 | 0.87 | 0 | 0.31 | 0.62 | 158.82 | 0.77 | 0.22 |
| Hex | D | 62 | 44 | 57 | 0 | 1F | 3E | 9F | 4D | 16 |
| Octal | 15 | 142 | 104 | 127 | 0 | 37 | 76 | 237 | 115 | 26 |
| Binary | 1101 | 1100010 | 1000100 | 1010111 | 0 | 11111 | 111110 | 10011111 | 1001101 | 10110 |
Color Harmonies of #0D6244
Complementary color
Monochromatic Colors of #0D6244
Black with #0D6244
Text Example
Text Example
White with #0D6244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6244; }
p { color: rgb(13,98,68); }
H1.HeaderClassName
{
color: #0D6244;
}
.AnyTagClassName
{
color: #0D6244;
}
</style>
background-color css
<style>
a { background-color: #0D6244; }
a { background-color: rgb(13,98,68); }
div.DivClassName
{
background-color: #0D6244;
}
.BgClassName
{
background-color: #0D6244;
}
</style>
border-color css
<style>
span { border-color: #0D6244; }
span { border-color: rgb(13,98,68); }
td.TdClassName
{
border-color: #0D6244;
}
.TagClassName
{
border-color: #0D6244;
}
</style>