Shades of Cyprus #003E36
Tints of Cyprus #003E36
RGB
CMYK
RGB Variations
Color information
#003E36 (or 0x003E36) is known color: Cyprus. HEX triplet: 00, 3E and 36. RGB value is (0,62,54). Sum of RGB (Red+Green+Blue) = 0+62+54=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #003E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E36 is #FFC1C9. Grayscale: #2A2A2A. Windows color (decimal): -16761290 or 3554816. OLE color: 3554816.
HSL color Cylindrical-coordinate representation of color #003E36: hue angle of 172.26º 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 #003E36 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 62 | 54 | - |
| CMYK | 1 | 0 | 0.13 | 0.76 |
| HSL | 172.26º | 1% | 0.12% | - |
| HSV(B) | 172.26º | 1% | 0.24% | - |
| XYZ | 2.39 | 3.71 | 4.08 | - |
| YUV | 42.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 54 | 1 | 0 | 0.13 | 0.76 | 172.26 | 1 | 0.12 |
| Hex | 0 | 3E | 36 | 64 | 0 | D | 4C | AC | 64 | C |
| Octal | 0 | 76 | 66 | 144 | 0 | 15 | 114 | 254 | 144 | 14 |
| Binary | 0 | 111110 | 110110 | 1100100 | 0 | 1101 | 1001100 | 10101100 | 1100100 | 1100 |
Color Harmonies of #003E36
Complementary color
Monochromatic Colors of #003E36
Black with #003E36
Text Example
Text Example
White with #003E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E36; }
p { color: rgb(0,62,54); }
H1.HeaderClassName
{
color: #003E36;
}
.AnyTagClassName
{
color: #003E36;
}
</style>
background-color css
<style>
a { background-color: #003E36; }
a { background-color: rgb(0,62,54); }
div.DivClassName
{
background-color: #003E36;
}
.BgClassName
{
background-color: #003E36;
}
</style>
border-color css
<style>
span { border-color: #003E36; }
span { border-color: rgb(0,62,54); }
td.TdClassName
{
border-color: #003E36;
}
.TagClassName
{
border-color: #003E36;
}
</style>