#549D78

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

Shades of Ocean Green #549D78

Tints of Ocean Green #549D78

Color information

#549D78 (or 0x549D78) is unknown color: approx Ocean Green. HEX triplet: 54, 9D and 78. RGB value is (84,157,120). Sum of RGB (Red+Green+Blue) = 84+157+120=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #549D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D78 is #AB6287. Grayscale: #838383. Windows color (decimal): -11231880 or 7904596. OLE color: 7904596.

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

Color convert

RGB84157120-
CMYK0.4600.240.38
HSL149.59º30.29%47.25%-
HSV(B)149.59º46.5%61.57%-
XYZ19.127.3522.04-
YUV130.95121.8294.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=23.27%
G=43.49%
B=33.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571200.4600.240.38149.5930.2947.25
Hex549D782E01826961e2f
Octal12423517056030462263657
Binary10101001001110111110001011100110001001101001011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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