Shades of Tropical Rain Forest #036A5B
Tints of Tropical Rain Forest #036A5B
RGB
CMYK
RGB Variations
Color information
#036A5B (or 0x036A5B) is known color: Tropical Rain Forest. HEX triplet: 03, 6A and 5B. RGB value is (3,106,91). Sum of RGB (Red+Green+Blue) = 3+106+91=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #036A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A5B is #FC95A4. Grayscale: #494949. Windows color (decimal): -16553381 or 5990915. OLE color: 5990915.
HSL color Cylindrical-coordinate representation of color #036A5B: hue angle of 171.26º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A5B is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 106 | 91 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.58 |
| HSL | 171.26º | 0.94% | 0.21% | - |
| HSV(B) | 171.26º | 0.97% | 0.42% | - |
| XYZ | 7.08 | 11.08 | 11.66 | - |
| YUV | 73.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 91 | 0.97 | 0 | 0.14 | 0.58 | 171.26 | 0.94 | 0.21 |
| Hex | 3 | 6A | 5B | 61 | 0 | E | 3A | AB | 5E | 15 |
| Octal | 3 | 152 | 133 | 141 | 0 | 16 | 72 | 253 | 136 | 25 |
| Binary | 11 | 1101010 | 1011011 | 1100001 | 0 | 1110 | 111010 | 10101011 | 1011110 | 10101 |
Color Harmonies of #036A5B
Complementary color
Monochromatic Colors of #036A5B
Black with #036A5B
Text Example
Text Example
White with #036A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036A5B; }
p { color: rgb(3,106,91); }
H1.HeaderClassName
{
color: #036A5B;
}
.AnyTagClassName
{
color: #036A5B;
}
</style>
background-color css
<style>
a { background-color: #036A5B; }
a { background-color: rgb(3,106,91); }
div.DivClassName
{
background-color: #036A5B;
}
.BgClassName
{
background-color: #036A5B;
}
</style>
border-color css
<style>
span { border-color: #036A5B; }
span { border-color: rgb(3,106,91); }
td.TdClassName
{
border-color: #036A5B;
}
.TagClassName
{
border-color: #036A5B;
}
</style>