Shades of Tropical Rain Forest #03865A
Tints of Tropical Rain Forest #03865A
RGB
CMYK
RGB Variations
Color information
#03865A (or 0x03865A) is known color: Tropical Rain Forest. HEX triplet: 03, 86 and 5A. RGB value is (3,134,90). Sum of RGB (Red+Green+Blue) = 3+134+90=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #03865A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03865A is #FC79A5. Grayscale: #595959. Windows color (decimal): -16546214 or 5932547. OLE color: 5932547.
HSL color Cylindrical-coordinate representation of color #03865A: hue angle of 159.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03865A is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 134 | 90 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.47 |
| HSL | 159.85º | 0.96% | 0.27% | - |
| HSV(B) | 159.85º | 0.98% | 0.53% | - |
| XYZ | 10.41 | 17.81 | 12.56 | - |
| YUV | 89.82 | 128.1 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 90 | 0.98 | 0 | 0.33 | 0.47 | 159.85 | 0.96 | 0.27 |
| Hex | 3 | 86 | 5A | 62 | 0 | 21 | 2F | A0 | 60 | 1B |
| Octal | 3 | 206 | 132 | 142 | 0 | 41 | 57 | 240 | 140 | 33 |
| Binary | 11 | 10000110 | 1011010 | 1100010 | 0 | 100001 | 101111 | 10100000 | 1100000 | 11011 |
Color Harmonies of #03865A
Complementary color
Monochromatic Colors of #03865A
Black with #03865A
Text Example
Text Example
White with #03865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03865A; }
p { color: rgb(3,134,90); }
H1.HeaderClassName
{
color: #03865A;
}
.AnyTagClassName
{
color: #03865A;
}
</style>
background-color css
<style>
a { background-color: #03865A; }
a { background-color: rgb(3,134,90); }
div.DivClassName
{
background-color: #03865A;
}
.BgClassName
{
background-color: #03865A;
}
</style>
border-color css
<style>
span { border-color: #03865A; }
span { border-color: rgb(3,134,90); }
td.TdClassName
{
border-color: #03865A;
}
.TagClassName
{
border-color: #03865A;
}
</style>