Shades of Cyprus #13534D
Tints of Cyprus #13534D
RGB
CMYK
RGB Variations
Color information
#13534D (or 0x13534D) is known color: Cyprus. HEX triplet: 13, 53 and 4D. RGB value is (19,83,77). Sum of RGB (Red+Green+Blue) = 19+83+77=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #13534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13534D is #ECACB2. Grayscale: #3F3F3F. Windows color (decimal): -15510707 or 5067539. OLE color: 5067539.
HSL color Cylindrical-coordinate representation of color #13534D: hue angle of 174.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13534D is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 77 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.67 |
| HSL | 174.38º | 0.63% | 0.2% | - |
| HSV(B) | 174.38º | 0.77% | 0.33% | - |
| XYZ | 4.7 | 6.86 | 8.1 | - |
| YUV | 63.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 77 | 0.77 | 0 | 0.07 | 0.67 | 174.38 | 0.63 | 0.2 |
| Hex | 13 | 53 | 4D | 4D | 0 | 7 | 43 | AE | 3F | 14 |
| Octal | 23 | 123 | 115 | 115 | 0 | 7 | 103 | 256 | 77 | 24 |
| Binary | 10011 | 1010011 | 1001101 | 1001101 | 0 | 111 | 1000011 | 10101110 | 111111 | 10100 |
Color Harmonies of #13534D
Complementary color
Monochromatic Colors of #13534D
Black with #13534D
Text Example
Text Example
White with #13534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13534D; }
p { color: rgb(19,83,77); }
H1.HeaderClassName
{
color: #13534D;
}
.AnyTagClassName
{
color: #13534D;
}
</style>
background-color css
<style>
a { background-color: #13534D; }
a { background-color: rgb(19,83,77); }
div.DivClassName
{
background-color: #13534D;
}
.BgClassName
{
background-color: #13534D;
}
</style>
border-color css
<style>
span { border-color: #13534D; }
span { border-color: rgb(19,83,77); }
td.TdClassName
{
border-color: #13534D;
}
.TagClassName
{
border-color: #13534D;
}
</style>