Shades of Cyprus #0D413C
Tints of Cyprus #0D413C
RGB
CMYK
RGB Variations
Color information
#0D413C (or 0x0D413C) is known color: Cyprus. HEX triplet: 0D, 41 and 3C. RGB value is (13,65,60). Sum of RGB (Red+Green+Blue) = 13+65+60=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #0D413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D413C is #F2BEC3. Grayscale: #303030. Windows color (decimal): -15908548 or 3948813. OLE color: 3948813.
HSL color Cylindrical-coordinate representation of color #0D413C: hue angle of 174.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D413C is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 65 | 60 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.75 |
| HSL | 174.23º | 0.67% | 0.15% | - |
| HSV(B) | 174.23º | 0.8% | 0.25% | - |
| XYZ | 2.87 | 4.19 | 4.93 | - |
| YUV | 48.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 60 | 0.80 | 0 | 0.08 | 0.75 | 174.23 | 0.67 | 0.15 |
| Hex | D | 41 | 3C | 50 | 0 | 8 | 4B | AE | 43 | F |
| Octal | 15 | 101 | 74 | 120 | 0 | 10 | 113 | 256 | 103 | 17 |
| Binary | 1101 | 1000001 | 111100 | 1010000 | 0 | 1000 | 1001011 | 10101110 | 1000011 | 1111 |
Color Harmonies of #0D413C
Complementary color
Monochromatic Colors of #0D413C
Black with #0D413C
Text Example
Text Example
White with #0D413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D413C; }
p { color: rgb(13,65,60); }
H1.HeaderClassName
{
color: #0D413C;
}
.AnyTagClassName
{
color: #0D413C;
}
</style>
background-color css
<style>
a { background-color: #0D413C; }
a { background-color: rgb(13,65,60); }
div.DivClassName
{
background-color: #0D413C;
}
.BgClassName
{
background-color: #0D413C;
}
</style>
border-color css
<style>
span { border-color: #0D413C; }
span { border-color: rgb(13,65,60); }
td.TdClassName
{
border-color: #0D413C;
}
.TagClassName
{
border-color: #0D413C;
}
</style>