Shades of Tropical Rain Forest #037B5D
Tints of Tropical Rain Forest #037B5D
RGB
CMYK
RGB Variations
Color information
#037B5D (or 0x037B5D) is known color: Tropical Rain Forest. HEX triplet: 03, 7B and 5D. RGB value is (3,123,93). Sum of RGB (Red+Green+Blue) = 3+123+93=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #037B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037B5D is #FC84A2. Grayscale: #535353. Windows color (decimal): -16549027 or 6126339. OLE color: 6126339.
HSL color Cylindrical-coordinate representation of color #037B5D: hue angle of 165º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037B5D is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 123 | 93 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.52 |
| HSL | 165º | 0.95% | 0.25% | - |
| HSV(B) | 165º | 0.98% | 0.48% | - |
| XYZ | 9.1 | 14.98 | 12.77 | - |
| YUV | 83.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 93 | 0.98 | 0 | 0.24 | 0.52 | 165 | 0.95 | 0.25 |
| Hex | 3 | 7B | 5D | 62 | 0 | 18 | 34 | A5 | 5F | 19 |
| Octal | 3 | 173 | 135 | 142 | 0 | 30 | 64 | 245 | 137 | 31 |
| Binary | 11 | 1111011 | 1011101 | 1100010 | 0 | 11000 | 110100 | 10100101 | 1011111 | 11001 |
Color Harmonies of #037B5D
Complementary color
Monochromatic Colors of #037B5D
Black with #037B5D
Text Example
Text Example
White with #037B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037B5D; }
p { color: rgb(3,123,93); }
H1.HeaderClassName
{
color: #037B5D;
}
.AnyTagClassName
{
color: #037B5D;
}
</style>
background-color css
<style>
a { background-color: #037B5D; }
a { background-color: rgb(3,123,93); }
div.DivClassName
{
background-color: #037B5D;
}
.BgClassName
{
background-color: #037B5D;
}
</style>
border-color css
<style>
span { border-color: #037B5D; }
span { border-color: rgb(3,123,93); }
td.TdClassName
{
border-color: #037B5D;
}
.TagClassName
{
border-color: #037B5D;
}
</style>