Shades of Cyprus #003D3D
Tints of Cyprus #003D3D
RGB
CMYK
RGB Variations
Color information
#003D3D (or 0x003D3D) is known color: Cyprus. HEX triplet: 00, 3D and 3D. RGB value is (0,61,61). Sum of RGB (Red+Green+Blue) = 0+61+61=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #003D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D3D is #FFC2C2. Grayscale: #2A2A2A. Windows color (decimal): -16761539 or 4013312. OLE color: 4013312.
HSL color Cylindrical-coordinate representation of color #003D3D: hue angle of 180º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D3D is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 61 | - |
| CMYK | 1 | 0 | 0 | 0.76 |
| HSL | 180º | 1% | 0.12% | - |
| HSV(B) | 180º | 1% | 0.24% | - |
| XYZ | 2.51 | 3.67 | 4.99 | - |
| YUV | 42.76 | 138.29 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 61 | 1 | 0 | 0 | 0.76 | 180 | 1 | 0.12 |
| Hex | 0 | 3D | 3D | 64 | 0 | 0 | 4C | B4 | 64 | C |
| Octal | 0 | 75 | 75 | 144 | 0 | 0 | 114 | 264 | 144 | 14 |
| Binary | 0 | 111101 | 111101 | 1100100 | 0 | 0 | 1001100 | 10110100 | 1100100 | 1100 |
Color Harmonies of #003D3D
Complementary color
Monochromatic Colors of #003D3D
Black with #003D3D
Text Example
Text Example
White with #003D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D3D; }
p { color: rgb(0,61,61); }
H1.HeaderClassName
{
color: #003D3D;
}
.AnyTagClassName
{
color: #003D3D;
}
</style>
background-color css
<style>
a { background-color: #003D3D; }
a { background-color: rgb(0,61,61); }
div.DivClassName
{
background-color: #003D3D;
}
.BgClassName
{
background-color: #003D3D;
}
</style>
border-color css
<style>
span { border-color: #003D3D; }
span { border-color: rgb(0,61,61); }
td.TdClassName
{
border-color: #003D3D;
}
.TagClassName
{
border-color: #003D3D;
}
</style>