Shades of Jewel #0D5F4A
Tints of Jewel #0D5F4A
RGB
CMYK
RGB Variations
Color information
#0D5F4A (or 0x0D5F4A) is known color: Jewel. HEX triplet: 0D, 5F and 4A. RGB value is (13,95,74). Sum of RGB (Red+Green+Blue) = 13+95+74=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #0D5F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5F4A is #F2A0B5. Grayscale: #444444. Windows color (decimal): -15900854 or 4873997. OLE color: 4873997.
HSL color Cylindrical-coordinate representation of color #0D5F4A: hue angle of 164.63º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5F4A is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 95 | 74 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.63 |
| HSL | 164.63º | 0.76% | 0.21% | - |
| HSV(B) | 164.63º | 0.86% | 0.37% | - |
| XYZ | 5.49 | 8.76 | 7.88 | - |
| YUV | 68.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 74 | 0.86 | 0 | 0.22 | 0.63 | 164.63 | 0.76 | 0.21 |
| Hex | D | 5F | 4A | 56 | 0 | 16 | 3F | A5 | 4C | 15 |
| Octal | 15 | 137 | 112 | 126 | 0 | 26 | 77 | 245 | 114 | 25 |
| Binary | 1101 | 1011111 | 1001010 | 1010110 | 0 | 10110 | 111111 | 10100101 | 1001100 | 10101 |
Color Harmonies of #0D5F4A
Complementary color
Monochromatic Colors of #0D5F4A
Black with #0D5F4A
Text Example
Text Example
White with #0D5F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5F4A; }
p { color: rgb(13,95,74); }
H1.HeaderClassName
{
color: #0D5F4A;
}
.AnyTagClassName
{
color: #0D5F4A;
}
</style>
background-color css
<style>
a { background-color: #0D5F4A; }
a { background-color: rgb(13,95,74); }
div.DivClassName
{
background-color: #0D5F4A;
}
.BgClassName
{
background-color: #0D5F4A;
}
</style>
border-color css
<style>
span { border-color: #0D5F4A; }
span { border-color: rgb(13,95,74); }
td.TdClassName
{
border-color: #0D5F4A;
}
.TagClassName
{
border-color: #0D5F4A;
}
</style>