Shades of Ocean Green #54946B
Tints of Ocean Green #54946B
RGB
CMYK
RGB Variations
Color information
#54946B (or 0x54946B) is known color: Ocean Green. HEX triplet: 54, 94 and 6B. RGB value is (84,148,107). Sum of RGB (Red+Green+Blue) = 84+148+107=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #54946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54946B is #AB6B94. Grayscale: #7C7C7C. Windows color (decimal): -11234197 or 7050324. OLE color: 7050324.
HSL color Cylindrical-coordinate representation of color #54946B: hue angle of 141.56º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54946B is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 148 | 107 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.42 |
| HSL | 141.56º | 0.28% | 0.45% | - |
| HSV(B) | 141.56º | 0.43% | 0.58% | - |
| XYZ | 16.9 | 24.13 | 17.68 | - |
| YUV | 124.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 148 | 107 | 0.43 | 0 | 0.28 | 0.42 | 141.56 | 0.28 | 0.45 |
| Hex | 54 | 94 | 6B | 2B | 0 | 1C | 2A | 8E | 1C | 2D |
| Octal | 124 | 224 | 153 | 53 | 0 | 34 | 52 | 216 | 34 | 55 |
| Binary | 1010100 | 10010100 | 1101011 | 101011 | 0 | 11100 | 101010 | 10001110 | 11100 | 101101 |
Color Harmonies of #54946B
Complementary color
Monochromatic Colors of #54946B
Black with #54946B
Text Example
Text Example
White with #54946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54946B; }
p { color: rgb(84,148,107); }
H1.HeaderClassName
{
color: #54946B;
}
.AnyTagClassName
{
color: #54946B;
}
</style>
background-color css
<style>
a { background-color: #54946B; }
a { background-color: rgb(84,148,107); }
div.DivClassName
{
background-color: #54946B;
}
.BgClassName
{
background-color: #54946B;
}
</style>
border-color css
<style>
span { border-color: #54946B; }
span { border-color: rgb(84,148,107); }
td.TdClassName
{
border-color: #54946B;
}
.TagClassName
{
border-color: #54946B;
}
</style>