Shades of Cyprus #054C3D
Tints of Cyprus #054C3D
RGB
CMYK
RGB Variations
Color information
#054C3D (or 0x054C3D) is known color: Cyprus. HEX triplet: 05, 4C and 3D. RGB value is (5,76,61). Sum of RGB (Red+Green+Blue) = 5+76+61=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #054C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C3D is #FAB3C2. Grayscale: #353535. Windows color (decimal): -16430019 or 4017157. OLE color: 4017157.
HSL color Cylindrical-coordinate representation of color #054C3D: hue angle of 167.32º 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 #054C3D is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 61 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.70 |
| HSL | 167.32º | 0.88% | 0.16% | - |
| HSV(B) | 167.32º | 0.93% | 0.3% | - |
| XYZ | 3.49 | 5.54 | 5.3 | - |
| YUV | 53.06 | 132.48 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 61 | 0.93 | 0 | 0.20 | 0.70 | 167.32 | 0.88 | 0.16 |
| Hex | 5 | 4C | 3D | 5D | 0 | 14 | 46 | A7 | 58 | 10 |
| Octal | 5 | 114 | 75 | 135 | 0 | 24 | 106 | 247 | 130 | 20 |
| Binary | 101 | 1001100 | 111101 | 1011101 | 0 | 10100 | 1000110 | 10100111 | 1011000 | 10000 |
Color Harmonies of #054C3D
Complementary color
Monochromatic Colors of #054C3D
Black with #054C3D
Text Example
Text Example
White with #054C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C3D; }
p { color: rgb(5,76,61); }
H1.HeaderClassName
{
color: #054C3D;
}
.AnyTagClassName
{
color: #054C3D;
}
</style>
background-color css
<style>
a { background-color: #054C3D; }
a { background-color: rgb(5,76,61); }
div.DivClassName
{
background-color: #054C3D;
}
.BgClassName
{
background-color: #054C3D;
}
</style>
border-color css
<style>
span { border-color: #054C3D; }
span { border-color: rgb(5,76,61); }
td.TdClassName
{
border-color: #054C3D;
}
.TagClassName
{
border-color: #054C3D;
}
</style>