Html Css Color HEX #048066 Tropical Rain Forest
📋 copy color: '#048066'red 4 ◦ green 128 ◦ blue 102
Shades of Tropical Rain Forest #048066
Tints of Tropical Rain Forest #048066
RGB
CMYK
RGB Variations
Color information
#048066 (or 0x048066) is known color: Tropical Rain Forest. HEX triplet: 04, 80 and 66. RGB value is (4,128,102). Sum of RGB (Red+Green+Blue) = 4+128+102=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #048066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048066 is #FB7F99. Grayscale: #575757. Windows color (decimal): -16482202 or 6717444. OLE color: 6717444.
HSL color Cylindrical-coordinate representation of color #048066: hue angle of 167.42º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048066 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 128 | 102 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.50 |
| HSL | 167.42º | 0.94% | 0.26% | - |
| HSV(B) | 167.42º | 0.97% | 0.5% | - |
| XYZ | 10.17 | 16.42 | 15.2 | - |
| YUV | 87.96 | 135.92 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 102 | 0.97 | 0 | 0.20 | 0.50 | 167.42 | 0.94 | 0.26 |
| Hex | 4 | 80 | 66 | 61 | 0 | 14 | 32 | A7 | 5E | 1A |
| Octal | 4 | 200 | 146 | 141 | 0 | 24 | 62 | 247 | 136 | 32 |
| Binary | 100 | 10000000 | 1100110 | 1100001 | 0 | 10100 | 110010 | 10100111 | 1011110 | 11010 |
Color Harmonies of #048066
Complementary color
Monochromatic Colors of #048066
Black with #048066
Text Example
Text Example
White with #048066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048066; }
p { color: rgb(4,128,102); }
H1.HeaderClassName
{
color: #048066;
}
.AnyTagClassName
{
color: #048066;
}
</style>
background-color css
<style>
a { background-color: #048066; }
a { background-color: rgb(4,128,102); }
div.DivClassName
{
background-color: #048066;
}
.BgClassName
{
background-color: #048066;
}
</style>
border-color css
<style>
span { border-color: #048066; }
span { border-color: rgb(4,128,102); }
td.TdClassName
{
border-color: #048066;
}
.TagClassName
{
border-color: #048066;
}
</style>