Shades of Tropical Rain Forest #05745D
Tints of Tropical Rain Forest #05745D
RGB
CMYK
RGB Variations
Color information
#05745D (or 0x05745D) is known color: Tropical Rain Forest. HEX triplet: 05, 74 and 5D. RGB value is (5,116,93). Sum of RGB (Red+Green+Blue) = 5+116+93=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #05745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05745D is #FA8BA2. Grayscale: #505050. Windows color (decimal): -16419747 or 6124549. OLE color: 6124549.
HSL color Cylindrical-coordinate representation of color #05745D: hue angle of 167.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05745D is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 93 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.55 |
| HSL | 167.57º | 0.92% | 0.24% | - |
| HSV(B) | 167.57º | 0.96% | 0.45% | - |
| XYZ | 8.28 | 13.31 | 12.49 | - |
| YUV | 80.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 93 | 0.96 | 0 | 0.20 | 0.55 | 167.57 | 0.92 | 0.24 |
| Hex | 5 | 74 | 5D | 60 | 0 | 14 | 37 | A8 | 5C | 18 |
| Octal | 5 | 164 | 135 | 140 | 0 | 24 | 67 | 250 | 134 | 30 |
| Binary | 101 | 1110100 | 1011101 | 1100000 | 0 | 10100 | 110111 | 10101000 | 1011100 | 11000 |
Color Harmonies of #05745D
Complementary color
Monochromatic Colors of #05745D
Black with #05745D
Text Example
Text Example
White with #05745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05745D; }
p { color: rgb(5,116,93); }
H1.HeaderClassName
{
color: #05745D;
}
.AnyTagClassName
{
color: #05745D;
}
</style>
background-color css
<style>
a { background-color: #05745D; }
a { background-color: rgb(5,116,93); }
div.DivClassName
{
background-color: #05745D;
}
.BgClassName
{
background-color: #05745D;
}
</style>
border-color css
<style>
span { border-color: #05745D; }
span { border-color: rgb(5,116,93); }
td.TdClassName
{
border-color: #05745D;
}
.TagClassName
{
border-color: #05745D;
}
</style>