Html Css Color HEX #037264 Tropical Rain Forest
📋 copy color: '#037264'red 3 ◦ green 114 ◦ blue 100
Shades of Tropical Rain Forest #037264
Tints of Tropical Rain Forest #037264
RGB
CMYK
RGB Variations
Color information
#037264 (or 0x037264) is known color: Tropical Rain Forest. HEX triplet: 03, 72 and 64. RGB value is (3,114,100). Sum of RGB (Red+Green+Blue) = 3+114+100=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #037264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037264 is #FC8D9B. Grayscale: #4F4F4F. Windows color (decimal): -16551324 or 6582787. OLE color: 6582787.
HSL color Cylindrical-coordinate representation of color #037264: hue angle of 172.43º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037264 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 114 | 100 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.55 |
| HSL | 172.43º | 0.95% | 0.23% | - |
| HSV(B) | 172.43º | 0.97% | 0.45% | - |
| XYZ | 8.36 | 12.97 | 14.12 | - |
| YUV | 79.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 100 | 0.97 | 0 | 0.12 | 0.55 | 172.43 | 0.95 | 0.23 |
| Hex | 3 | 72 | 64 | 61 | 0 | C | 37 | AC | 5F | 17 |
| Octal | 3 | 162 | 144 | 141 | 0 | 14 | 67 | 254 | 137 | 27 |
| Binary | 11 | 1110010 | 1100100 | 1100001 | 0 | 1100 | 110111 | 10101100 | 1011111 | 10111 |
Color Harmonies of #037264
Complementary color
Monochromatic Colors of #037264
Black with #037264
Text Example
Text Example
White with #037264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037264; }
p { color: rgb(3,114,100); }
H1.HeaderClassName
{
color: #037264;
}
.AnyTagClassName
{
color: #037264;
}
</style>
background-color css
<style>
a { background-color: #037264; }
a { background-color: rgb(3,114,100); }
div.DivClassName
{
background-color: #037264;
}
.BgClassName
{
background-color: #037264;
}
</style>
border-color css
<style>
span { border-color: #037264; }
span { border-color: rgb(3,114,100); }
td.TdClassName
{
border-color: #037264;
}
.TagClassName
{
border-color: #037264;
}
</style>