Shades of Cyprus #004B3E
Tints of Cyprus #004B3E
RGB
CMYK
RGB Variations
Color information
#004B3E (or 0x004B3E) is known color: Cyprus. HEX triplet: 00, 4B and 3E. RGB value is (0,75,62). Sum of RGB (Red+Green+Blue) = 0+75+62=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #004B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B3E is #FFB4C1. Grayscale: #333333. Windows color (decimal): -16757954 or 4082432. OLE color: 4082432.
HSL color Cylindrical-coordinate representation of color #004B3E: hue angle of 169.6º 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 #004B3E is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 75 | 62 | - |
| CMYK | 1 | 0 | 0.17 | 0.71 |
| HSL | 169.6º | 1% | 0.15% | - |
| HSV(B) | 169.6º | 1% | 0.29% | - |
| XYZ | 3.39 | 5.38 | 5.42 | - |
| YUV | 51.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 62 | 1 | 0 | 0.17 | 0.71 | 169.6 | 1 | 0.15 |
| Hex | 0 | 4B | 3E | 64 | 0 | 11 | 47 | AA | 64 | F |
| Octal | 0 | 113 | 76 | 144 | 0 | 21 | 107 | 252 | 144 | 17 |
| Binary | 0 | 1001011 | 111110 | 1100100 | 0 | 10001 | 1000111 | 10101010 | 1100100 | 1111 |
Color Harmonies of #004B3E
Complementary color
Monochromatic Colors of #004B3E
Black with #004B3E
Text Example
Text Example
White with #004B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B3E; }
p { color: rgb(0,75,62); }
H1.HeaderClassName
{
color: #004B3E;
}
.AnyTagClassName
{
color: #004B3E;
}
</style>
background-color css
<style>
a { background-color: #004B3E; }
a { background-color: rgb(0,75,62); }
div.DivClassName
{
background-color: #004B3E;
}
.BgClassName
{
background-color: #004B3E;
}
</style>
border-color css
<style>
span { border-color: #004B3E; }
span { border-color: rgb(0,75,62); }
td.TdClassName
{
border-color: #004B3E;
}
.TagClassName
{
border-color: #004B3E;
}
</style>