Shades of Ocean Green #54956B
Tints of Ocean Green #54956B
RGB
CMYK
RGB Variations
Color information
#54956B (or 0x54956B) is known color: Ocean Green. HEX triplet: 54, 95 and 6B. RGB value is (84,149,107). Sum of RGB (Red+Green+Blue) = 84+149+107=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #54956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54956B is #AB6A94. Grayscale: #7C7C7C. Windows color (decimal): -11233941 or 7050580. OLE color: 7050580.
HSL color Cylindrical-coordinate representation of color #54956B: hue angle of 141.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54956B is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 107 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.42 |
| HSL | 141.23º | 0.28% | 0.46% | - |
| HSV(B) | 141.23º | 0.44% | 0.58% | - |
| XYZ | 17.06 | 24.44 | 17.73 | - |
| YUV | 124.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 107 | 0.44 | 0 | 0.28 | 0.42 | 141.23 | 0.28 | 0.46 |
| Hex | 54 | 95 | 6B | 2C | 0 | 1C | 2A | 8D | 1C | 2E |
| Octal | 124 | 225 | 153 | 54 | 0 | 34 | 52 | 215 | 34 | 56 |
| Binary | 1010100 | 10010101 | 1101011 | 101100 | 0 | 11100 | 101010 | 10001101 | 11100 | 101110 |
Color Harmonies of #54956B
Complementary color
Monochromatic Colors of #54956B
Black with #54956B
Text Example
Text Example
White with #54956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54956B; }
p { color: rgb(84,149,107); }
H1.HeaderClassName
{
color: #54956B;
}
.AnyTagClassName
{
color: #54956B;
}
</style>
background-color css
<style>
a { background-color: #54956B; }
a { background-color: rgb(84,149,107); }
div.DivClassName
{
background-color: #54956B;
}
.BgClassName
{
background-color: #54956B;
}
</style>
border-color css
<style>
span { border-color: #54956B; }
span { border-color: rgb(84,149,107); }
td.TdClassName
{
border-color: #54956B;
}
.TagClassName
{
border-color: #54956B;
}
</style>