Shades of Cyprus #0D534D
Tints of Cyprus #0D534D
RGB
CMYK
RGB Variations
Color information
#0D534D (or 0x0D534D) is known color: Cyprus. HEX triplet: 0D, 53 and 4D. RGB value is (13,83,77). Sum of RGB (Red+Green+Blue) = 13+83+77=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #0D534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D534D is #F2ACB2. Grayscale: #3D3D3D. Windows color (decimal): -15903923 or 5067533. OLE color: 5067533.
HSL color Cylindrical-coordinate representation of color #0D534D: hue angle of 174.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D534D is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 77 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.67 |
| HSL | 174.86º | 0.73% | 0.19% | - |
| HSV(B) | 174.86º | 0.84% | 0.33% | - |
| XYZ | 4.6 | 6.81 | 8.09 | - |
| YUV | 61.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 77 | 0.84 | 0 | 0.07 | 0.67 | 174.86 | 0.73 | 0.19 |
| Hex | D | 53 | 4D | 54 | 0 | 7 | 43 | AF | 49 | 13 |
| Octal | 15 | 123 | 115 | 124 | 0 | 7 | 103 | 257 | 111 | 23 |
| Binary | 1101 | 1010011 | 1001101 | 1010100 | 0 | 111 | 1000011 | 10101111 | 1001001 | 10011 |
Color Harmonies of #0D534D
Complementary color
Monochromatic Colors of #0D534D
Black with #0D534D
Text Example
Text Example
White with #0D534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D534D; }
p { color: rgb(13,83,77); }
H1.HeaderClassName
{
color: #0D534D;
}
.AnyTagClassName
{
color: #0D534D;
}
</style>
background-color css
<style>
a { background-color: #0D534D; }
a { background-color: rgb(13,83,77); }
div.DivClassName
{
background-color: #0D534D;
}
.BgClassName
{
background-color: #0D534D;
}
</style>
border-color css
<style>
span { border-color: #0D534D; }
span { border-color: rgb(13,83,77); }
td.TdClassName
{
border-color: #0D534D;
}
.TagClassName
{
border-color: #0D534D;
}
</style>