Shades of Puerto Rico #49B398
Tints of Puerto Rico #49B398
RGB
CMYK
RGB Variations
Color information
#49B398 (or 0x49B398) is known color: Puerto Rico. HEX triplet: 49, B3 and 98. RGB value is (73,179,152). Sum of RGB (Red+Green+Blue) = 73+179+152=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #49B398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B398 is #B64C67. Grayscale: #909090. Windows color (decimal): -11947112 or 10007369. OLE color: 10007369.
HSL color Cylindrical-coordinate representation of color #49B398: hue angle of 164.72º 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 #49B398 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 152 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.30 |
| HSL | 164.72º | 0.42% | 0.49% | - |
| HSV(B) | 164.72º | 0.59% | 0.7% | - |
| XYZ | 24.54 | 35.92 | 35.35 | - |
| YUV | 144.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 152 | 0.59 | 0 | 0.15 | 0.30 | 164.72 | 0.42 | 0.49 |
| Hex | 49 | B3 | 98 | 3B | 0 | F | 1E | A5 | 2A | 31 |
| Octal | 111 | 263 | 230 | 73 | 0 | 17 | 36 | 245 | 52 | 61 |
| Binary | 1001001 | 10110011 | 10011000 | 111011 | 0 | 1111 | 11110 | 10100101 | 101010 | 110001 |
Color Harmonies of #49B398
Complementary color
Monochromatic Colors of #49B398
Black with #49B398
Text Example
Text Example
White with #49B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B398; }
p { color: rgb(73,179,152); }
H1.HeaderClassName
{
color: #49B398;
}
.AnyTagClassName
{
color: #49B398;
}
</style>
background-color css
<style>
a { background-color: #49B398; }
a { background-color: rgb(73,179,152); }
div.DivClassName
{
background-color: #49B398;
}
.BgClassName
{
background-color: #49B398;
}
</style>
border-color css
<style>
span { border-color: #49B398; }
span { border-color: rgb(73,179,152); }
td.TdClassName
{
border-color: #49B398;
}
.TagClassName
{
border-color: #49B398;
}
</style>