Shades of Ocean Green #49A27D
Tints of Ocean Green #49A27D
RGB
CMYK
RGB Variations
Color information
#49A27D (or 0x49A27D) is known color: Ocean Green. HEX triplet: 49, A2 and 7D. RGB value is (73,162,125). Sum of RGB (Red+Green+Blue) = 73+162+125=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #49A27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A27D is #B65D82. Grayscale: #838383. Windows color (decimal): -11951491 or 8233545. OLE color: 8233545.
HSL color Cylindrical-coordinate representation of color #49A27D: hue angle of 155.06º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A27D is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 162 | 125 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.36 |
| HSL | 155.06º | 0.38% | 0.46% | - |
| HSV(B) | 155.06º | 0.55% | 0.64% | - |
| XYZ | 19.37 | 28.74 | 23.93 | - |
| YUV | 131.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 125 | 0.55 | 0 | 0.23 | 0.36 | 155.06 | 0.38 | 0.46 |
| Hex | 49 | A2 | 7D | 37 | 0 | 17 | 24 | 9B | 26 | 2E |
| Octal | 111 | 242 | 175 | 67 | 0 | 27 | 44 | 233 | 46 | 56 |
| Binary | 1001001 | 10100010 | 1111101 | 110111 | 0 | 10111 | 100100 | 10011011 | 100110 | 101110 |
Color Harmonies of #49A27D
Complementary color
Monochromatic Colors of #49A27D
Black with #49A27D
Text Example
Text Example
White with #49A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A27D; }
p { color: rgb(73,162,125); }
H1.HeaderClassName
{
color: #49A27D;
}
.AnyTagClassName
{
color: #49A27D;
}
</style>
background-color css
<style>
a { background-color: #49A27D; }
a { background-color: rgb(73,162,125); }
div.DivClassName
{
background-color: #49A27D;
}
.BgClassName
{
background-color: #49A27D;
}
</style>
border-color css
<style>
span { border-color: #49A27D; }
span { border-color: rgb(73,162,125); }
td.TdClassName
{
border-color: #49A27D;
}
.TagClassName
{
border-color: #49A27D;
}
</style>