Shades of Cyprus #1A514A
Tints of Cyprus #1A514A
RGB
CMYK
RGB Variations
Color information
#1A514A (or 0x1A514A) is known color: Cyprus. HEX triplet: 1A, 51 and 4A. RGB value is (26,81,74). Sum of RGB (Red+Green+Blue) = 26+81+74=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #1A514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A514A is #E5AEB5. Grayscale: #3F3F3F. Windows color (decimal): -15052470 or 4870426. OLE color: 4870426.
HSL color Cylindrical-coordinate representation of color #1A514A: hue angle of 172.36º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A514A is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 74 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.68 |
| HSL | 172.36º | 0.51% | 0.21% | - |
| HSV(B) | 172.36º | 0.68% | 0.32% | - |
| XYZ | 4.6 | 6.6 | 7.51 | - |
| YUV | 63.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 74 | 0.68 | 0 | 0.09 | 0.68 | 172.36 | 0.51 | 0.21 |
| Hex | 1A | 51 | 4A | 44 | 0 | 9 | 44 | AC | 33 | 15 |
| Octal | 32 | 121 | 112 | 104 | 0 | 11 | 104 | 254 | 63 | 25 |
| Binary | 11010 | 1010001 | 1001010 | 1000100 | 0 | 1001 | 1000100 | 10101100 | 110011 | 10101 |
Color Harmonies of #1A514A
Complementary color
Monochromatic Colors of #1A514A
Black with #1A514A
Text Example
Text Example
White with #1A514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A514A; }
p { color: rgb(26,81,74); }
H1.HeaderClassName
{
color: #1A514A;
}
.AnyTagClassName
{
color: #1A514A;
}
</style>
background-color css
<style>
a { background-color: #1A514A; }
a { background-color: rgb(26,81,74); }
div.DivClassName
{
background-color: #1A514A;
}
.BgClassName
{
background-color: #1A514A;
}
</style>
border-color css
<style>
span { border-color: #1A514A; }
span { border-color: rgb(26,81,74); }
td.TdClassName
{
border-color: #1A514A;
}
.TagClassName
{
border-color: #1A514A;
}
</style>