Shades of Cyprus #003D34
Tints of Cyprus #003D34
RGB
CMYK
RGB Variations
Color information
#003D34 (or 0x003D34) is known color: Cyprus. HEX triplet: 00, 3D and 34. RGB value is (0,61,52). Sum of RGB (Red+Green+Blue) = 0+61+52=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #003D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D34 is #FFC2CB. Grayscale: #292929. Windows color (decimal): -16761548 or 3423488. OLE color: 3423488.
HSL color Cylindrical-coordinate representation of color #003D34: hue angle of 171.15º 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 #003D34 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 52 | - |
| CMYK | 1 | 0 | 0.15 | 0.76 |
| HSL | 171.15º | 1% | 0.12% | - |
| HSV(B) | 171.15º | 1% | 0.24% | - |
| XYZ | 2.29 | 3.59 | 3.82 | - |
| YUV | 41.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 52 | 1 | 0 | 0.15 | 0.76 | 171.15 | 1 | 0.12 |
| Hex | 0 | 3D | 34 | 64 | 0 | F | 4C | AB | 64 | C |
| Octal | 0 | 75 | 64 | 144 | 0 | 17 | 114 | 253 | 144 | 14 |
| Binary | 0 | 111101 | 110100 | 1100100 | 0 | 1111 | 1001100 | 10101011 | 1100100 | 1100 |
Color Harmonies of #003D34
Complementary color
Monochromatic Colors of #003D34
Black with #003D34
Text Example
Text Example
White with #003D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D34; }
p { color: rgb(0,61,52); }
H1.HeaderClassName
{
color: #003D34;
}
.AnyTagClassName
{
color: #003D34;
}
</style>
background-color css
<style>
a { background-color: #003D34; }
a { background-color: rgb(0,61,52); }
div.DivClassName
{
background-color: #003D34;
}
.BgClassName
{
background-color: #003D34;
}
</style>
border-color css
<style>
span { border-color: #003D34; }
span { border-color: rgb(0,61,52); }
td.TdClassName
{
border-color: #003D34;
}
.TagClassName
{
border-color: #003D34;
}
</style>