#549B78

Color #549B78 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #549B78

Tints of Ocean Green #549B78

Color information

#549B78 (or 0x549B78) is unknown color: approx Ocean Green. HEX triplet: 54, 9B and 78. RGB value is (84,155,120). Sum of RGB (Red+Green+Blue) = 84+155+120=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #549B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B78 is #AB6487. Grayscale: #818181. Windows color (decimal): -11232392 or 7904084. OLE color: 7904084.

HSL color Cylindrical-coordinate representation of color #549B78: hue angle of 150.42º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B78 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB84155120-
CMYK0.4600.230.39
HSL150.42º29.71%46.86%-
HSV(B)150.42º45.81%60.78%-
XYZ18.7726.6821.93-
YUV129.78122.4895.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=23.40%
G=43.18%
B=33.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551200.4600.230.39150.4229.7146.86
Hex549B782E01727961e2f
Octal12423317056027472263657
Binary10101001001101111110001011100101111001111001011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549B78; }

 p { color: rgb(84,155,120); }

 H1.HeaderClassName
 {
   color: #549B78;
 }
 .AnyTagClassName
 {
   color: #549B78;
 }
</style>
background-color css

<style>
 a { background-color: #549B78; }

 a { background-color: rgb(84,155,120); }

 div.DivClassName
 {
   background-color: #549B78;
 }
 .BgClassName
 {
   background-color: #549B78;
 }
</style>
border-color css

<style>
 span { border-color: #549B78; }

 span { border-color: rgb(84,155,120); }

 td.TdClassName
 {
   border-color: #549B78;
 }
 .TagClassName
 {
   border-color: #549B78;
 }
</style>