Shades of Ocean Green #49936C
Tints of Ocean Green #49936C
RGB
CMYK
RGB Variations
Color information
#49936C (or 0x49936C) is known color: Ocean Green. HEX triplet: 49, 93 and 6C. RGB value is (73,147,108). Sum of RGB (Red+Green+Blue) = 73+147+108=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #49936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49936C is #B66C93. Grayscale: #787878. Windows color (decimal): -11955348 or 7115593. OLE color: 7115593.
HSL color Cylindrical-coordinate representation of color #49936C: hue angle of 148.38º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49936C is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 108 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.42 |
| HSL | 148.38º | 0.34% | 0.43% | - |
| HSV(B) | 148.38º | 0.5% | 0.58% | - |
| XYZ | 15.89 | 23.37 | 17.86 | - |
| YUV | 120.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 108 | 0.50 | 0 | 0.27 | 0.42 | 148.38 | 0.34 | 0.43 |
| Hex | 49 | 93 | 6C | 32 | 0 | 1B | 2A | 94 | 22 | 2B |
| Octal | 111 | 223 | 154 | 62 | 0 | 33 | 52 | 224 | 42 | 53 |
| Binary | 1001001 | 10010011 | 1101100 | 110010 | 0 | 11011 | 101010 | 10010100 | 100010 | 101011 |
Color Harmonies of #49936C
Complementary color
Monochromatic Colors of #49936C
Black with #49936C
Text Example
Text Example
White with #49936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49936C; }
p { color: rgb(73,147,108); }
H1.HeaderClassName
{
color: #49936C;
}
.AnyTagClassName
{
color: #49936C;
}
</style>
background-color css
<style>
a { background-color: #49936C; }
a { background-color: rgb(73,147,108); }
div.DivClassName
{
background-color: #49936C;
}
.BgClassName
{
background-color: #49936C;
}
</style>
border-color css
<style>
span { border-color: #49936C; }
span { border-color: rgb(73,147,108); }
td.TdClassName
{
border-color: #49936C;
}
.TagClassName
{
border-color: #49936C;
}
</style>