Shades of Ocean Green #549568
Tints of Ocean Green #549568
RGB
CMYK
RGB Variations
Color information
#549568 (or 0x549568) is known color: Ocean Green. HEX triplet: 54, 95 and 68. RGB value is (84,149,104). Sum of RGB (Red+Green+Blue) = 84+149+104=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #549568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549568 is #AB6A97. Grayscale: #7C7C7C. Windows color (decimal): -11233944 or 6853972. OLE color: 6853972.
HSL color Cylindrical-coordinate representation of color #549568: hue angle of 138.46º 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 #549568 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 104 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.42 |
| HSL | 138.46º | 0.28% | 0.46% | - |
| HSV(B) | 138.46º | 0.44% | 0.58% | - |
| XYZ | 16.9 | 24.38 | 16.91 | - |
| YUV | 124.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 104 | 0.44 | 0 | 0.30 | 0.42 | 138.46 | 0.28 | 0.46 |
| Hex | 54 | 95 | 68 | 2C | 0 | 1E | 2A | 8A | 1C | 2E |
| Octal | 124 | 225 | 150 | 54 | 0 | 36 | 52 | 212 | 34 | 56 |
| Binary | 1010100 | 10010101 | 1101000 | 101100 | 0 | 11110 | 101010 | 10001010 | 11100 | 101110 |
Color Harmonies of #549568
Complementary color
Monochromatic Colors of #549568
Black with #549568
Text Example
Text Example
White with #549568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549568; }
p { color: rgb(84,149,104); }
H1.HeaderClassName
{
color: #549568;
}
.AnyTagClassName
{
color: #549568;
}
</style>
background-color css
<style>
a { background-color: #549568; }
a { background-color: rgb(84,149,104); }
div.DivClassName
{
background-color: #549568;
}
.BgClassName
{
background-color: #549568;
}
</style>
border-color css
<style>
span { border-color: #549568; }
span { border-color: rgb(84,149,104); }
td.TdClassName
{
border-color: #549568;
}
.TagClassName
{
border-color: #549568;
}
</style>