Shades of Tropical Rain Forest #03785A
Tints of Tropical Rain Forest #03785A
RGB
CMYK
RGB Variations
Color information
#03785A (or 0x03785A) is known color: Tropical Rain Forest. HEX triplet: 03, 78 and 5A. RGB value is (3,120,90). Sum of RGB (Red+Green+Blue) = 3+120+90=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #03785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03785A is #FC87A5. Grayscale: #515151. Windows color (decimal): -16549798 or 5928963. OLE color: 5928963.
HSL color Cylindrical-coordinate representation of color #03785A: hue angle of 164.62º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03785A is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 120 | 90 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.53 |
| HSL | 164.62º | 0.95% | 0.24% | - |
| HSV(B) | 164.62º | 0.98% | 0.47% | - |
| XYZ | 8.6 | 14.19 | 11.96 | - |
| YUV | 81.6 | 132.74 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 90 | 0.98 | 0 | 0.25 | 0.53 | 164.62 | 0.95 | 0.24 |
| Hex | 3 | 78 | 5A | 62 | 0 | 19 | 35 | A5 | 5F | 18 |
| Octal | 3 | 170 | 132 | 142 | 0 | 31 | 65 | 245 | 137 | 30 |
| Binary | 11 | 1111000 | 1011010 | 1100010 | 0 | 11001 | 110101 | 10100101 | 1011111 | 11000 |
Color Harmonies of #03785A
Complementary color
Monochromatic Colors of #03785A
Black with #03785A
Text Example
Text Example
White with #03785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03785A; }
p { color: rgb(3,120,90); }
H1.HeaderClassName
{
color: #03785A;
}
.AnyTagClassName
{
color: #03785A;
}
</style>
background-color css
<style>
a { background-color: #03785A; }
a { background-color: rgb(3,120,90); }
div.DivClassName
{
background-color: #03785A;
}
.BgClassName
{
background-color: #03785A;
}
</style>
border-color css
<style>
span { border-color: #03785A; }
span { border-color: rgb(3,120,90); }
td.TdClassName
{
border-color: #03785A;
}
.TagClassName
{
border-color: #03785A;
}
</style>