Shades of Ocean Green #55936B
Tints of Ocean Green #55936B
RGB
CMYK
RGB Variations
Color information
#55936B (or 0x55936B) is known color: Ocean Green. HEX triplet: 55, 93 and 6B. RGB value is (85,147,107). Sum of RGB (Red+Green+Blue) = 85+147+107=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #55936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55936B is #AA6C94. Grayscale: #7B7B7B. Windows color (decimal): -11168917 or 7050069. OLE color: 7050069.
HSL color Cylindrical-coordinate representation of color #55936B: hue angle of 141.29º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55936B is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 147 | 107 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.42 |
| HSL | 141.29º | 0.27% | 0.45% | - |
| HSV(B) | 141.29º | 0.42% | 0.58% | - |
| XYZ | 16.83 | 23.86 | 17.63 | - |
| YUV | 123.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 107 | 0.42 | 0 | 0.27 | 0.42 | 141.29 | 0.27 | 0.45 |
| Hex | 55 | 93 | 6B | 2A | 0 | 1B | 2A | 8D | 1B | 2D |
| Octal | 125 | 223 | 153 | 52 | 0 | 33 | 52 | 215 | 33 | 55 |
| Binary | 1010101 | 10010011 | 1101011 | 101010 | 0 | 11011 | 101010 | 10001101 | 11011 | 101101 |
Color Harmonies of #55936B
Complementary color
Monochromatic Colors of #55936B
Black with #55936B
Text Example
Text Example
White with #55936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55936B; }
p { color: rgb(85,147,107); }
H1.HeaderClassName
{
color: #55936B;
}
.AnyTagClassName
{
color: #55936B;
}
</style>
background-color css
<style>
a { background-color: #55936B; }
a { background-color: rgb(85,147,107); }
div.DivClassName
{
background-color: #55936B;
}
.BgClassName
{
background-color: #55936B;
}
</style>
border-color css
<style>
span { border-color: #55936B; }
span { border-color: rgb(85,147,107); }
td.TdClassName
{
border-color: #55936B;
}
.TagClassName
{
border-color: #55936B;
}
</style>