Shades of Puerto Rico #49B397
Tints of Puerto Rico #49B397
RGB
CMYK
RGB Variations
Color information
#49B397 (or 0x49B397) is known color: Puerto Rico. HEX triplet: 49, B3 and 97. RGB value is (73,179,151). Sum of RGB (Red+Green+Blue) = 73+179+151=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #49B397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B397 is #B64C68. Grayscale: #909090. Windows color (decimal): -11947113 or 9941833. OLE color: 9941833.
HSL color Cylindrical-coordinate representation of color #49B397: hue angle of 164.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B397 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 151 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.30 |
| HSL | 164.15º | 0.42% | 0.49% | - |
| HSV(B) | 164.15º | 0.59% | 0.7% | - |
| XYZ | 24.45 | 35.89 | 34.92 | - |
| YUV | 144.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 151 | 0.59 | 0 | 0.16 | 0.30 | 164.15 | 0.42 | 0.49 |
| Hex | 49 | B3 | 97 | 3B | 0 | 10 | 1E | A4 | 2A | 31 |
| Octal | 111 | 263 | 227 | 73 | 0 | 20 | 36 | 244 | 52 | 61 |
| Binary | 1001001 | 10110011 | 10010111 | 111011 | 0 | 10000 | 11110 | 10100100 | 101010 | 110001 |
Color Harmonies of #49B397
Complementary color
Monochromatic Colors of #49B397
Black with #49B397
Text Example
Text Example
White with #49B397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B397; }
p { color: rgb(73,179,151); }
H1.HeaderClassName
{
color: #49B397;
}
.AnyTagClassName
{
color: #49B397;
}
</style>
background-color css
<style>
a { background-color: #49B397; }
a { background-color: rgb(73,179,151); }
div.DivClassName
{
background-color: #49B397;
}
.BgClassName
{
background-color: #49B397;
}
</style>
border-color css
<style>
span { border-color: #49B397; }
span { border-color: rgb(73,179,151); }
td.TdClassName
{
border-color: #49B397;
}
.TagClassName
{
border-color: #49B397;
}
</style>