Shades of Cyprus #01533F
Tints of Cyprus #01533F
RGB
CMYK
RGB Variations
Color information
#01533F (or 0x01533F) is known color: Cyprus. HEX triplet: 01, 53 and 3F. RGB value is (1,83,63). Sum of RGB (Red+Green+Blue) = 1+83+63=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #01533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01533F is #FEACC0. Grayscale: #383838. Windows color (decimal): -16690369 or 4150017. OLE color: 4150017.
HSL color Cylindrical-coordinate representation of color #01533F: hue angle of 165.37º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01533F is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 63 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.67 |
| HSL | 165.37º | 0.98% | 0.16% | - |
| HSV(B) | 165.37º | 0.99% | 0.33% | - |
| XYZ | 4 | 6.55 | 5.76 | - |
| YUV | 56.2 | 131.83 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 63 | 0.99 | 0 | 0.24 | 0.67 | 165.37 | 0.98 | 0.16 |
| Hex | 1 | 53 | 3F | 63 | 0 | 18 | 43 | A5 | 62 | 10 |
| Octal | 1 | 123 | 77 | 143 | 0 | 30 | 103 | 245 | 142 | 20 |
| Binary | 1 | 1010011 | 111111 | 1100011 | 0 | 11000 | 1000011 | 10100101 | 1100010 | 10000 |
Color Harmonies of #01533F
Complementary color
Monochromatic Colors of #01533F
Black with #01533F
Text Example
Text Example
White with #01533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01533F; }
p { color: rgb(1,83,63); }
H1.HeaderClassName
{
color: #01533F;
}
.AnyTagClassName
{
color: #01533F;
}
</style>
background-color css
<style>
a { background-color: #01533F; }
a { background-color: rgb(1,83,63); }
div.DivClassName
{
background-color: #01533F;
}
.BgClassName
{
background-color: #01533F;
}
</style>
border-color css
<style>
span { border-color: #01533F; }
span { border-color: rgb(1,83,63); }
td.TdClassName
{
border-color: #01533F;
}
.TagClassName
{
border-color: #01533F;
}
</style>