Shades of Cyprus #01543F
Tints of Cyprus #01543F
RGB
CMYK
RGB Variations
Color information
#01543F (or 0x01543F) is known color: Cyprus. HEX triplet: 01, 54 and 3F. RGB value is (1,84,63). Sum of RGB (Red+Green+Blue) = 1+84+63=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #01543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01543F is #FEABC0. Grayscale: #383838. Windows color (decimal): -16690113 or 4150273. OLE color: 4150273.
HSL color Cylindrical-coordinate representation of color #01543F: hue angle of 164.82º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01543F is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 63 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.67 |
| HSL | 164.82º | 0.98% | 0.17% | - |
| HSV(B) | 164.82º | 0.99% | 0.33% | - |
| XYZ | 4.08 | 6.71 | 5.78 | - |
| YUV | 56.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 63 | 0.99 | 0 | 0.25 | 0.67 | 164.82 | 0.98 | 0.17 |
| Hex | 1 | 54 | 3F | 63 | 0 | 19 | 43 | A5 | 62 | 11 |
| Octal | 1 | 124 | 77 | 143 | 0 | 31 | 103 | 245 | 142 | 21 |
| Binary | 1 | 1010100 | 111111 | 1100011 | 0 | 11001 | 1000011 | 10100101 | 1100010 | 10001 |
Color Harmonies of #01543F
Complementary color
Monochromatic Colors of #01543F
Black with #01543F
Text Example
Text Example
White with #01543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01543F; }
p { color: rgb(1,84,63); }
H1.HeaderClassName
{
color: #01543F;
}
.AnyTagClassName
{
color: #01543F;
}
</style>
background-color css
<style>
a { background-color: #01543F; }
a { background-color: rgb(1,84,63); }
div.DivClassName
{
background-color: #01543F;
}
.BgClassName
{
background-color: #01543F;
}
</style>
border-color css
<style>
span { border-color: #01543F; }
span { border-color: rgb(1,84,63); }
td.TdClassName
{
border-color: #01543F;
}
.TagClassName
{
border-color: #01543F;
}
</style>