Shades of Cyprus #014B3C
Tints of Cyprus #014B3C
RGB
CMYK
RGB Variations
Color information
#014B3C (or 0x014B3C) is known color: Cyprus. HEX triplet: 01, 4B and 3C. RGB value is (1,75,60). Sum of RGB (Red+Green+Blue) = 1+75+60=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #014B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B3C is #FEB4C3. Grayscale: #333333. Windows color (decimal): -16692420 or 3951361. OLE color: 3951361.
HSL color Cylindrical-coordinate representation of color #014B3C: hue angle of 167.84º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B3C is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 75 | 60 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.71 |
| HSL | 167.84º | 0.97% | 0.15% | - |
| HSV(B) | 167.84º | 0.99% | 0.29% | - |
| XYZ | 3.34 | 5.36 | 5.13 | - |
| YUV | 51.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 60 | 0.99 | 0 | 0.20 | 0.71 | 167.84 | 0.97 | 0.15 |
| Hex | 1 | 4B | 3C | 63 | 0 | 14 | 47 | A8 | 61 | F |
| Octal | 1 | 113 | 74 | 143 | 0 | 24 | 107 | 250 | 141 | 17 |
| Binary | 1 | 1001011 | 111100 | 1100011 | 0 | 10100 | 1000111 | 10101000 | 1100001 | 1111 |
Color Harmonies of #014B3C
Complementary color
Monochromatic Colors of #014B3C
Black with #014B3C
Text Example
Text Example
White with #014B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B3C; }
p { color: rgb(1,75,60); }
H1.HeaderClassName
{
color: #014B3C;
}
.AnyTagClassName
{
color: #014B3C;
}
</style>
background-color css
<style>
a { background-color: #014B3C; }
a { background-color: rgb(1,75,60); }
div.DivClassName
{
background-color: #014B3C;
}
.BgClassName
{
background-color: #014B3C;
}
</style>
border-color css
<style>
span { border-color: #014B3C; }
span { border-color: rgb(1,75,60); }
td.TdClassName
{
border-color: #014B3C;
}
.TagClassName
{
border-color: #014B3C;
}
</style>