Shades of Ocean Green #54926B
Tints of Ocean Green #54926B
RGB
CMYK
RGB Variations
Color information
#54926B (or 0x54926B) is known color: Ocean Green. HEX triplet: 54, 92 and 6B. RGB value is (84,146,107). Sum of RGB (Red+Green+Blue) = 84+146+107=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #54926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54926B is #AB6D94. Grayscale: #7B7B7B. Windows color (decimal): -11234709 or 7049812. OLE color: 7049812.
HSL color Cylindrical-coordinate representation of color #54926B: hue angle of 142.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54926B is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 107 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.43 |
| HSL | 142.26º | 0.27% | 0.45% | - |
| HSV(B) | 142.26º | 0.42% | 0.57% | - |
| XYZ | 16.59 | 23.5 | 17.57 | - |
| YUV | 123.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 107 | 0.42 | 0 | 0.27 | 0.43 | 142.26 | 0.27 | 0.45 |
| Hex | 54 | 92 | 6B | 2A | 0 | 1B | 2B | 8E | 1B | 2D |
| Octal | 124 | 222 | 153 | 52 | 0 | 33 | 53 | 216 | 33 | 55 |
| Binary | 1010100 | 10010010 | 1101011 | 101010 | 0 | 11011 | 101011 | 10001110 | 11011 | 101101 |
Color Harmonies of #54926B
Complementary color
Monochromatic Colors of #54926B
Black with #54926B
Text Example
Text Example
White with #54926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54926B; }
p { color: rgb(84,146,107); }
H1.HeaderClassName
{
color: #54926B;
}
.AnyTagClassName
{
color: #54926B;
}
</style>
background-color css
<style>
a { background-color: #54926B; }
a { background-color: rgb(84,146,107); }
div.DivClassName
{
background-color: #54926B;
}
.BgClassName
{
background-color: #54926B;
}
</style>
border-color css
<style>
span { border-color: #54926B; }
span { border-color: rgb(84,146,107); }
td.TdClassName
{
border-color: #54926B;
}
.TagClassName
{
border-color: #54926B;
}
</style>