Shades of Ocean Green #54956C
Tints of Ocean Green #54956C
RGB
CMYK
RGB Variations
Color information
#54956C (or 0x54956C) is known color: Ocean Green. HEX triplet: 54, 95 and 6C. RGB value is (84,149,108). Sum of RGB (Red+Green+Blue) = 84+149+108=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #54956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54956C is #AB6A93. Grayscale: #7C7C7C. Windows color (decimal): -11233940 or 7116116. OLE color: 7116116.
HSL color Cylindrical-coordinate representation of color #54956C: hue angle of 142.15º 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 #54956C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 108 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.42 |
| HSL | 142.15º | 0.28% | 0.46% | - |
| HSV(B) | 142.15º | 0.44% | 0.58% | - |
| XYZ | 17.11 | 24.46 | 18.01 | - |
| YUV | 124.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 108 | 0.44 | 0 | 0.28 | 0.42 | 142.15 | 0.28 | 0.46 |
| Hex | 54 | 95 | 6C | 2C | 0 | 1C | 2A | 8E | 1C | 2E |
| Octal | 124 | 225 | 154 | 54 | 0 | 34 | 52 | 216 | 34 | 56 |
| Binary | 1010100 | 10010101 | 1101100 | 101100 | 0 | 11100 | 101010 | 10001110 | 11100 | 101110 |
Color Harmonies of #54956C
Complementary color
Monochromatic Colors of #54956C
Black with #54956C
Text Example
Text Example
White with #54956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54956C; }
p { color: rgb(84,149,108); }
H1.HeaderClassName
{
color: #54956C;
}
.AnyTagClassName
{
color: #54956C;
}
</style>
background-color css
<style>
a { background-color: #54956C; }
a { background-color: rgb(84,149,108); }
div.DivClassName
{
background-color: #54956C;
}
.BgClassName
{
background-color: #54956C;
}
</style>
border-color css
<style>
span { border-color: #54956C; }
span { border-color: rgb(84,149,108); }
td.TdClassName
{
border-color: #54956C;
}
.TagClassName
{
border-color: #54956C;
}
</style>