Shades of Cyprus #054C3E
Tints of Cyprus #054C3E
RGB
CMYK
RGB Variations
Color information
#054C3E (or 0x054C3E) is known color: Cyprus. HEX triplet: 05, 4C and 3E. RGB value is (5,76,62). Sum of RGB (Red+Green+Blue) = 5+76+62=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #054C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C3E is #FAB3C1. Grayscale: #353535. Windows color (decimal): -16430018 or 4082693. OLE color: 4082693.
HSL color Cylindrical-coordinate representation of color #054C3E: hue angle of 168.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C3E is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 62 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.70 |
| HSL | 168.17º | 0.88% | 0.16% | - |
| HSV(B) | 168.17º | 0.93% | 0.3% | - |
| XYZ | 3.52 | 5.55 | 5.44 | - |
| YUV | 53.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 62 | 0.93 | 0 | 0.18 | 0.70 | 168.17 | 0.88 | 0.16 |
| Hex | 5 | 4C | 3E | 5D | 0 | 12 | 46 | A8 | 58 | 10 |
| Octal | 5 | 114 | 76 | 135 | 0 | 22 | 106 | 250 | 130 | 20 |
| Binary | 101 | 1001100 | 111110 | 1011101 | 0 | 10010 | 1000110 | 10101000 | 1011000 | 10000 |
Color Harmonies of #054C3E
Complementary color
Monochromatic Colors of #054C3E
Black with #054C3E
Text Example
Text Example
White with #054C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C3E; }
p { color: rgb(5,76,62); }
H1.HeaderClassName
{
color: #054C3E;
}
.AnyTagClassName
{
color: #054C3E;
}
</style>
background-color css
<style>
a { background-color: #054C3E; }
a { background-color: rgb(5,76,62); }
div.DivClassName
{
background-color: #054C3E;
}
.BgClassName
{
background-color: #054C3E;
}
</style>
border-color css
<style>
span { border-color: #054C3E; }
span { border-color: rgb(5,76,62); }
td.TdClassName
{
border-color: #054C3E;
}
.TagClassName
{
border-color: #054C3E;
}
</style>