Shades of Ocean Green #55946D
Tints of Ocean Green #55946D
RGB
CMYK
RGB Variations
Color information
#55946D (or 0x55946D) is known color: Ocean Green. HEX triplet: 55, 94 and 6D. RGB value is (85,148,109). Sum of RGB (Red+Green+Blue) = 85+148+109=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #55946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55946D is #AA6B92. Grayscale: #7C7C7C. Windows color (decimal): -11168659 or 7181397. OLE color: 7181397.
HSL color Cylindrical-coordinate representation of color #55946D: hue angle of 142.86º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55946D is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 109 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.42 |
| HSL | 142.86º | 0.27% | 0.46% | - |
| HSV(B) | 142.86º | 0.43% | 0.58% | - |
| XYZ | 17.1 | 24.22 | 18.24 | - |
| YUV | 124.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 109 | 0.43 | 0 | 0.26 | 0.42 | 142.86 | 0.27 | 0.46 |
| Hex | 55 | 94 | 6D | 2B | 0 | 1A | 2A | 8F | 1B | 2E |
| Octal | 125 | 224 | 155 | 53 | 0 | 32 | 52 | 217 | 33 | 56 |
| Binary | 1010101 | 10010100 | 1101101 | 101011 | 0 | 11010 | 101010 | 10001111 | 11011 | 101110 |
Color Harmonies of #55946D
Complementary color
Monochromatic Colors of #55946D
Black with #55946D
Text Example
Text Example
White with #55946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55946D; }
p { color: rgb(85,148,109); }
H1.HeaderClassName
{
color: #55946D;
}
.AnyTagClassName
{
color: #55946D;
}
</style>
background-color css
<style>
a { background-color: #55946D; }
a { background-color: rgb(85,148,109); }
div.DivClassName
{
background-color: #55946D;
}
.BgClassName
{
background-color: #55946D;
}
</style>
border-color css
<style>
span { border-color: #55946D; }
span { border-color: rgb(85,148,109); }
td.TdClassName
{
border-color: #55946D;
}
.TagClassName
{
border-color: #55946D;
}
</style>