Shades of Tropical Rain Forest #047A5B
Tints of Tropical Rain Forest #047A5B
RGB
CMYK
RGB Variations
Color information
#047A5B (or 0x047A5B) is known color: Tropical Rain Forest. HEX triplet: 04, 7A and 5B. RGB value is (4,122,91). Sum of RGB (Red+Green+Blue) = 4+122+91=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #047A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047A5B is #FB85A4. Grayscale: #535353. Windows color (decimal): -16483749 or 5995012. OLE color: 5995012.
HSL color Cylindrical-coordinate representation of color #047A5B: hue angle of 164.24º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A5B is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 91 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.52 |
| HSL | 164.24º | 0.94% | 0.25% | - |
| HSV(B) | 164.24º | 0.97% | 0.48% | - |
| XYZ | 8.9 | 14.7 | 12.27 | - |
| YUV | 83.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 91 | 0.97 | 0 | 0.25 | 0.52 | 164.24 | 0.94 | 0.25 |
| Hex | 4 | 7A | 5B | 61 | 0 | 19 | 34 | A4 | 5E | 19 |
| Octal | 4 | 172 | 133 | 141 | 0 | 31 | 64 | 244 | 136 | 31 |
| Binary | 100 | 1111010 | 1011011 | 1100001 | 0 | 11001 | 110100 | 10100100 | 1011110 | 11001 |
Color Harmonies of #047A5B
Complementary color
Monochromatic Colors of #047A5B
Black with #047A5B
Text Example
Text Example
White with #047A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A5B; }
p { color: rgb(4,122,91); }
H1.HeaderClassName
{
color: #047A5B;
}
.AnyTagClassName
{
color: #047A5B;
}
</style>
background-color css
<style>
a { background-color: #047A5B; }
a { background-color: rgb(4,122,91); }
div.DivClassName
{
background-color: #047A5B;
}
.BgClassName
{
background-color: #047A5B;
}
</style>
border-color css
<style>
span { border-color: #047A5B; }
span { border-color: rgb(4,122,91); }
td.TdClassName
{
border-color: #047A5B;
}
.TagClassName
{
border-color: #047A5B;
}
</style>