Shades of Cyprus #004A3C
Tints of Cyprus #004A3C
RGB
CMYK
RGB Variations
Color information
#004A3C (or 0x004A3C) is known color: Cyprus. HEX triplet: 00, 4A and 3C. RGB value is (0,74,60). Sum of RGB (Red+Green+Blue) = 0+74+60=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #004A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A3C is #FFB5C3. Grayscale: #323232. Windows color (decimal): -16758212 or 3951104. OLE color: 3951104.
HSL color Cylindrical-coordinate representation of color #004A3C: hue angle of 168.65º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A3C is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 60 | - |
| CMYK | 1 | 0 | 0.19 | 0.71 |
| HSL | 168.65º | 1% | 0.15% | - |
| HSV(B) | 168.65º | 1% | 0.29% | - |
| XYZ | 3.26 | 5.22 | 5.11 | - |
| YUV | 50.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 60 | 1 | 0 | 0.19 | 0.71 | 168.65 | 1 | 0.15 |
| Hex | 0 | 4A | 3C | 64 | 0 | 13 | 47 | A9 | 64 | F |
| Octal | 0 | 112 | 74 | 144 | 0 | 23 | 107 | 251 | 144 | 17 |
| Binary | 0 | 1001010 | 111100 | 1100100 | 0 | 10011 | 1000111 | 10101001 | 1100100 | 1111 |
Color Harmonies of #004A3C
Complementary color
Monochromatic Colors of #004A3C
Black with #004A3C
Text Example
Text Example
White with #004A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A3C; }
p { color: rgb(0,74,60); }
H1.HeaderClassName
{
color: #004A3C;
}
.AnyTagClassName
{
color: #004A3C;
}
</style>
background-color css
<style>
a { background-color: #004A3C; }
a { background-color: rgb(0,74,60); }
div.DivClassName
{
background-color: #004A3C;
}
.BgClassName
{
background-color: #004A3C;
}
</style>
border-color css
<style>
span { border-color: #004A3C; }
span { border-color: rgb(0,74,60); }
td.TdClassName
{
border-color: #004A3C;
}
.TagClassName
{
border-color: #004A3C;
}
</style>