Shades of Cyprus #003D36
Tints of Cyprus #003D36
RGB
CMYK
RGB Variations
Color information
#003D36 (or 0x003D36) is known color: Cyprus. HEX triplet: 00, 3D and 36. RGB value is (0,61,54). Sum of RGB (Red+Green+Blue) = 0+61+54=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #003D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D36 is #FFC2C9. Grayscale: #292929. Windows color (decimal): -16761546 or 3554560. OLE color: 3554560.
HSL color Cylindrical-coordinate representation of color #003D36: hue angle of 173.11º 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 #003D36 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 54 | - |
| CMYK | 1 | 0 | 0.11 | 0.76 |
| HSL | 173.11º | 1% | 0.12% | - |
| HSV(B) | 173.11º | 1% | 0.24% | - |
| XYZ | 2.33 | 3.6 | 4.06 | - |
| YUV | 41.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 54 | 1 | 0 | 0.11 | 0.76 | 173.11 | 1 | 0.12 |
| Hex | 0 | 3D | 36 | 64 | 0 | B | 4C | AD | 64 | C |
| Octal | 0 | 75 | 66 | 144 | 0 | 13 | 114 | 255 | 144 | 14 |
| Binary | 0 | 111101 | 110110 | 1100100 | 0 | 1011 | 1001100 | 10101101 | 1100100 | 1100 |
Color Harmonies of #003D36
Complementary color
Monochromatic Colors of #003D36
Black with #003D36
Text Example
Text Example
White with #003D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D36; }
p { color: rgb(0,61,54); }
H1.HeaderClassName
{
color: #003D36;
}
.AnyTagClassName
{
color: #003D36;
}
</style>
background-color css
<style>
a { background-color: #003D36; }
a { background-color: rgb(0,61,54); }
div.DivClassName
{
background-color: #003D36;
}
.BgClassName
{
background-color: #003D36;
}
</style>
border-color css
<style>
span { border-color: #003D36; }
span { border-color: rgb(0,61,54); }
td.TdClassName
{
border-color: #003D36;
}
.TagClassName
{
border-color: #003D36;
}
</style>